xwm: selection stubs

This commit is contained in:
Tony Crisci 2017-11-20 07:23:17 -05:00
parent 4d6b3618b8
commit 3880fb0a53
4 changed files with 56 additions and 0 deletions

View file

@ -72,4 +72,6 @@ void xwm_destroy(struct wlr_xwm *xwm);
void xwm_set_cursor(struct wlr_xwm *xwm, const uint8_t *pixels, uint32_t stride,
uint32_t width, uint32_t height, int32_t hotspot_x, int32_t hotspot_y);
int xwm_handle_selection_event(struct wlr_xwm *xwm, xcb_generic_event_t *event);
#endif