tray: placeholder touch events (currently ignored)

This commit is contained in:
Ian Fan 2020-09-28 11:10:21 +01:00
parent 1e92def4b1
commit a5acbcaa1e
3 changed files with 44 additions and 13 deletions

View file

@ -99,4 +99,8 @@ bool popup_pointer_button(void *data, struct wl_pointer *wl_pointer,
bool popup_pointer_axis(void *data, struct wl_pointer *wl_pointer,
uint32_t time, uint32_t axis, wl_fixed_t value);
bool popup_touch_down(void *data, struct wl_touch *wl_touch, uint32_t serial,
uint32_t time, struct wl_surface *surface, int32_t id, wl_fixed_t _x,
wl_fixed_t _y);
#endif