mirror of
https://github.com/glfw/glfw.git
synced 2025-04-06 22:15:06 +00:00
OSMesa: Fix context struct indentation
This commit is contained in:
parent
f474b6da85
commit
865bf67b1a
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue