Wayland CSD: Dont render window shadows for docked windows

This commit is contained in:
Kovid Goyal
2024-04-08 10:59:03 +05:30
parent 597710dd53
commit d392aba64d
3 changed files with 51 additions and 34 deletions

2
glfw/wl_platform.h vendored
View File

@@ -211,7 +211,7 @@ typedef struct _GLFWwindowWayland
struct {
int width, height;
bool focused;
bool focused, needs_shadow;
float fscale;
WaylandWindowState toplevel_states;
} for_window_state;