mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 13:04:35 +00:00
OSMesa: Fix context struct indentation
This commit is contained in:
parent
f474b6da85
commit
865bf67b1a
@ -65,10 +65,10 @@ typedef GLFWglproc (GLAPIENTRY * PFN_OSMesaGetProcAddress)(const char*);
|
|||||||
//
|
//
|
||||||
typedef struct _GLFWcontextOSMesa
|
typedef struct _GLFWcontextOSMesa
|
||||||
{
|
{
|
||||||
OSMesaContext handle;
|
OSMesaContext handle;
|
||||||
int width;
|
int width;
|
||||||
int height;
|
int height;
|
||||||
void* buffer;
|
void* buffer;
|
||||||
|
|
||||||
} _GLFWcontextOSMesa;
|
} _GLFWcontextOSMesa;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user