From a268b4b3a45ecda64c04dff10c5d9dd603149b68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Wed, 7 Feb 2024 23:56:03 +0100 Subject: [PATCH] Wayland: Cleanup --- src/wl_platform.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/wl_platform.h b/src/wl_platform.h index e880d520..eb361027 100644 --- a/src/wl_platform.h +++ b/src/wl_platform.h @@ -406,14 +406,14 @@ typedef struct _GLFWwindowWayland struct zwp_locked_pointer_v1* lockedPointer; struct zwp_confined_pointer_v1* confinedPointer; - struct zwp_idle_inhibitor_v1* idleInhibitor; - struct xdg_activation_token_v1* activationToken; + struct zwp_idle_inhibitor_v1* idleInhibitor; + struct xdg_activation_token_v1* activationToken; struct { GLFWbool decorations; - struct wl_buffer* buffer; - _GLFWdecorationWayland top, left, right, bottom; - _GLFWdecorationSideWayland focus; + struct wl_buffer* buffer; + _GLFWdecorationWayland top, left, right, bottom; + _GLFWdecorationSideWayland focus; } fallback; } _GLFWwindowWayland;