Fixed missing initializer.

This commit is contained in:
Armin Novak 2019-01-29 17:47:30 +01:00
parent bb755f1944
commit b3ffdbbde1

View File

@ -659,6 +659,8 @@ static const struct wl_touch_listener touch_listener = {
touch_handle_motion,
touch_handle_frame,
touch_handle_cancel,
NULL,
NULL
};