1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-01-31 03:18:50 -05:00

OSMesa: Fix context struct indentation

This commit is contained in:
Emmanuel Gil Peyrot 2017-01-26 18:10:03 +00:00
parent f474b6da85
commit 865bf67b1a

View File

@ -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;