Wayland: Move fallback decoration struct member

The cursorPreviousName member was only used for the fallback decorations
but was not grouped with other related members.
This commit is contained in:
Camilla Löwy
2025-07-18 15:43:32 +02:00
parent ddbb8e0f2c
commit 5190a30d8a
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -414,6 +414,7 @@ typedef struct _GLFWwindowWayland
_GLFWfallbackEdgeWayland top, left, right, bottom;
struct wl_surface* focus;
wl_fixed_t pointerX, pointerY;
const char* cursorName;
} fallback;
} _GLFWwindowWayland;
@@ -455,7 +456,6 @@ typedef struct _GLFWlibraryWayland
struct wl_cursor_theme* cursorTheme;
struct wl_cursor_theme* cursorThemeHiDPI;
struct wl_surface* cursorSurface;
const char* cursorPreviousName;
int cursorTimerfd;
uint32_t serial;
uint32_t pointerEnterSerial;