mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 16:58:09 +02:00
Wayland CSD: Dont render window shadows for docked windows
This commit is contained in:
2
glfw/wl_platform.h
vendored
2
glfw/wl_platform.h
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user