Wayland: Use enum type to store enum value

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