Wayland: Clean up enum value names

(cherry picked from commit 39f0e86228)
This commit is contained in:
Camilla Löwy
2022-12-01 13:10:07 +01:00
parent e5d19c9fac
commit 95b35c43c2
2 changed files with 28 additions and 24 deletions
+5 -5
View File
@@ -148,11 +148,11 @@ typedef xkb_keysym_t (* PFN_xkb_compose_state_get_one_sym)(struct xkb_compose_st
typedef enum _GLFWdecorationSideWayland
{
mainWindow,
topDecoration,
leftDecoration,
rightDecoration,
bottomDecoration,
GLFW_MAIN_WINDOW,
GLFW_TOP_DECORATION,
GLFW_LEFT_DECORATION,
GLFW_RIGHT_DECORATION,
GLFW_BOTTOM_DECORATION
} _GLFWdecorationSideWayland;
typedef struct _GLFWdecorationWayland