mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 15:25:50 +00:00
Wayland: Use enum type to store enum value
(cherry picked from commit 80dc0533cf)
This commit is contained in:
+1
-1
@@ -224,7 +224,7 @@ typedef struct _GLFWwindowWayland
|
||||
struct {
|
||||
struct wl_buffer* buffer;
|
||||
_GLFWdecorationWayland top, left, right, bottom;
|
||||
int focus;
|
||||
_GLFWdecorationSideWayland focus;
|
||||
} decorations;
|
||||
} _GLFWwindowWayland;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user