mirror of
https://github.com/gwm17/glfw.git
synced 2025-01-30 19:08:51 -05: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
|
||||
{
|
||||
OSMesaContext handle;
|
||||
int width;
|
||||
int height;
|
||||
void* buffer;
|
||||
OSMesaContext handle;
|
||||
int width;
|
||||
int height;
|
||||
void* buffer;
|
||||
|
||||
} _GLFWcontextOSMesa;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user