Hook up re-render of title bar when title changes

This commit is contained in:
Kovid Goyal
2021-03-28 11:23:51 +05:30
parent 0593158a86
commit 53f2df115e
4 changed files with 32 additions and 17 deletions

2
glfw/wl_platform.h vendored
View File

@@ -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;