mirror of
https://github.com/glfw/glfw.git
synced 2026-09-17 22:32:50 +00:00
Remove EGL and OSMesa struct member macros
Now that the EGL and OSMesa structs can be used safely by any platform, the member macros serve no purpose.
This commit is contained in:
@@ -35,8 +35,6 @@
|
||||
#define _GLFW_PLATFORM_CURSOR_STATE struct { int dummyCursor; }
|
||||
#define _GLFW_PLATFORM_LIBRARY_CONTEXT_STATE struct { int dummyLibraryContext; }
|
||||
|
||||
#include "egl_context.h"
|
||||
#include "osmesa_context.h"
|
||||
#include "posix_time.h"
|
||||
#include "posix_thread.h"
|
||||
#include "null_joystick.h"
|
||||
|
||||
Reference in New Issue
Block a user