Wayland: fix copy/pasting into self

This commit is contained in:
Kovid Goyal
2018-09-05 19:23:42 +05:30
parent 128b9e1cd0
commit c84fb68bf8
2 changed files with 9 additions and 1 deletions

1
glfw/wl_platform.h vendored
View File

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