ecore wl2 - fix wl touch handler struct to set extra cb fields

sape and orient were not set, set them to NULL with fixme's
This commit is contained in:
Carsten Haitzler 2018-11-08 15:30:42 +00:00
parent 8da330739c
commit d52709eca6
1 changed files with 3 additions and 1 deletions

View File

@ -1273,7 +1273,9 @@ static const struct wl_touch_listener _touch_listener =
_touch_cb_up,
_touch_cb_motion,
_touch_cb_frame,
_touch_cb_cancel
_touch_cb_cancel,
NULL, // XXX: FIXME: add shape
NULL, // XXX: FIXME: add orientation
};
static void