mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 03:01:57 +02:00
Wayland: fix copy/pasting into self
This commit is contained in:
1
glfw/wl_platform.h
vendored
1
glfw/wl_platform.h
vendored
@@ -181,6 +181,7 @@ typedef struct _GLFWWaylandDataOffer
|
||||
const char *mime;
|
||||
int offer_type;
|
||||
size_t idx;
|
||||
int is_self_offer;
|
||||
} _GLFWWaylandDataOffer;
|
||||
|
||||
// Wayland-specific global data
|
||||
|
||||
Reference in New Issue
Block a user