Wayland: Use enum type to store enum value

(cherry picked from commit 80dc0533cf)
This commit is contained in:
Camilla Löwy
2022-06-20 22:57:18 +02:00
parent aef1d4584f
commit 7b65ecf77c
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ typedef struct _GLFWwindowWayland
struct {
struct wl_buffer* buffer;
_GLFWdecorationWayland top, left, right, bottom;
int focus;
_GLFWdecorationSideWayland focus;
} decorations;
} _GLFWwindowWayland;