mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 09:08:58 +00:00
Split platform-specific global data.
This commit is contained in:
+2
-1
@@ -247,7 +247,8 @@ struct _GLFWlibrary
|
||||
int originalRampSize;
|
||||
|
||||
// This is defined in the current port's platform.h
|
||||
_GLFW_PLATFORM_LIBRARY_STATE;
|
||||
_GLFW_PLATFORM_LIBRARY_WINDOW_STATE;
|
||||
_GLFW_PLATFORM_LIBRARY_OPENGL_STATE;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user