mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-16 13:34:48 +02:00
Hook up re-render of title bar when title changes
This commit is contained in:
2
glfw/wl_platform.h
vendored
2
glfw/wl_platform.h
vendored
@@ -100,7 +100,7 @@ typedef enum _GLFWdecorationSideWayland
|
||||
typedef struct _GLFWWaylandBufferPair {
|
||||
struct wl_buffer *a, *b, *front, *back;
|
||||
struct { uint8_t *a, *b, *front, *back; } data;
|
||||
bool back_buffer_is_safe, has_pending_update;
|
||||
bool has_pending_update;
|
||||
size_t size_in_bytes, width, height, stride;
|
||||
} _GLFWWaylandBufferPair;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user