mirror of
https://github.com/glfw/glfw.git
synced 2025-06-07 16:24:57 +00:00
fixed missing STATE defitintions for OS4
This commit is contained in:
parent
4b84a09401
commit
de4930996f
@ -89,6 +89,9 @@
|
||||
#define GLFW_OS4_CURSOR_STATE
|
||||
#define GLFW_OS4_LIBRARY_WINDOW_STATE
|
||||
#define GLFW_OS4_JOYSTICK_STATE
|
||||
#define GLFW_OS4_CONTEXT_STATE
|
||||
#define GLFW_OS4_LIBRARY_CONTEXT_STATE
|
||||
#define GLFW_OS4_LIBRARY_JOYSTICK_STATE
|
||||
#endif
|
||||
|
||||
#include "null_joystick.h"
|
||||
@ -160,13 +163,13 @@
|
||||
GLFW_WIN32_LIBRARY_JOYSTICK_STATE \
|
||||
GLFW_COCOA_LIBRARY_JOYSTICK_STATE \
|
||||
GLFW_LINUX_LIBRARY_JOYSTICK_STATE \
|
||||
GLFW_OS4_LIBRARY_JOYSTICK_STATE
|
||||
GLFW_OS4_LIBRARY_JOYSTICK_STATE \
|
||||
|
||||
#define GLFW_PLATFORM_CONTEXT_STATE \
|
||||
GLFW_WGL_CONTEXT_STATE \
|
||||
GLFW_NSGL_CONTEXT_STATE \
|
||||
GLFW_GLX_CONTEXT_STATE \
|
||||
GLFW_OS4_CONTEXT_STATE
|
||||
GLFW_OS4_CONTEXT_STATE \
|
||||
|
||||
#define GLFW_PLATFORM_LIBRARY_CONTEXT_STATE \
|
||||
GLFW_WGL_LIBRARY_CONTEXT_STATE \
|
||||
|
Loading…
Reference in New Issue
Block a user