|
|
@ -47,6 +47,7 @@ |
|
|
|
#define _GLFW_PLATFORM_WINDOW_STATE _GLFWwindowWayland wl |
|
|
|
#define _GLFW_PLATFORM_WINDOW_STATE _GLFWwindowWayland wl |
|
|
|
#define _GLFW_PLATFORM_LIBRARY_WINDOW_STATE _GLFWlibraryWayland wl |
|
|
|
#define _GLFW_PLATFORM_LIBRARY_WINDOW_STATE _GLFWlibraryWayland wl |
|
|
|
#define _GLFW_PLATFORM_MONITOR_STATE _GLFWmonitorWayland wl |
|
|
|
#define _GLFW_PLATFORM_MONITOR_STATE _GLFWmonitorWayland wl |
|
|
|
|
|
|
|
#define _GLFW_PLATFORM_CURSOR_STATE _GLFWcursorWayland wl |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
typedef struct _GLFWvidmodeWayland _GLFWvidmodeWayland; |
|
|
|
typedef struct _GLFWvidmodeWayland _GLFWvidmodeWayland; |
|
|
@ -89,6 +90,11 @@ typedef struct _GLFWmonitorWayland |
|
|
|
int y; |
|
|
|
int y; |
|
|
|
} _GLFWmonitorWayland; |
|
|
|
} _GLFWmonitorWayland; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
typedef struct _GLFWcursorWayland |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
int dummy; |
|
|
|
|
|
|
|
} _GLFWcursorWayland; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//========================================================================
|
|
|
|
//========================================================================
|
|
|
|
// Prototypes for platform specific internal functions
|
|
|
|
// Prototypes for platform specific internal functions
|
|
|
|