diff --git a/src/osmesa_context.h b/src/osmesa_context.h index 2fa59542..c50513d1 100644 --- a/src/osmesa_context.h +++ b/src/osmesa_context.h @@ -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;