Add missing initializer for wl_seat_listener.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-06-26 12:39:14 +01:00
parent 3230114ff9
commit 3b8d6bf89a
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ static const struct wl_touch_listener touch_listener =
static const struct wl_seat_listener _ecore_wl_seat_listener =
{
_ecore_wl_input_seat_handle_capabilities,
NULL // _ecore_wl_input_seat_handle_name
};
static const struct wl_data_device_listener _ecore_wl_data_listener =