Wayland: Put fallback decorations behind a boolean

This commit is contained in:
Camilla Löwy
2024-02-07 22:56:18 +01:00
parent 6ac0835ad2
commit 4baeadbd66
2 changed files with 159 additions and 142 deletions
+1
View File
@@ -410,6 +410,7 @@ typedef struct _GLFWwindowWayland
struct xdg_activation_token_v1* activationToken;
struct {
GLFWbool decorations;
struct wl_buffer* buffer;
_GLFWdecorationWayland top, left, right, bottom;
_GLFWdecorationSideWayland focus;