mirror of https://github.com/FreeRDP/FreeRDP
Fixed missing initializer.
This commit is contained in:
parent
bb755f1944
commit
b3ffdbbde1
|
@ -659,6 +659,8 @@ static const struct wl_touch_listener touch_listener = {
|
|||
touch_handle_motion,
|
||||
touch_handle_frame,
|
||||
touch_handle_cancel,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue