Wayland: Add boilerplate for clipboard handling

This commit is contained in:
Emmanuel Gil Peyrot
2018-10-10 19:06:11 +02:00
committed by linkmauve
parent 92b3fd02e5
commit 3c4b9a7eef
2 changed files with 90 additions and 0 deletions

View File

@@ -233,6 +233,9 @@ typedef struct _GLFWlibraryWayland
struct wl_seat* seat;
struct wl_pointer* pointer;
struct wl_keyboard* keyboard;
struct wl_data_device_manager* dataDeviceManager;
struct wl_data_device* dataDevice;
struct wl_data_offer* dataOffer;
struct xdg_wm_base* wmBase;
struct zxdg_decoration_manager_v1* decorationManager;
struct wp_viewporter* viewporter;