diff options
author | Chris Michael <cp.michael@samsung.com> | 2013-06-26 12:39:47 +0100 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2013-06-26 12:39:47 +0100 |
commit | 078473137fbf702ea184c02fe00e3331788e65a0 (patch) | |
tree | 9686507cd3eb073b923f3abd6b871f6e6043062e | |
parent | 5dabf01fca783c2dac863f7128c77659004a6f74 (diff) |
Add missing initializer for wl_seat_listener name function
Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r-- | src/bin/engine_wayland_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/engine_wayland_common.c b/src/bin/engine_wayland_common.c index 2f82e6e..ca53163 100644 --- a/src/bin/engine_wayland_common.c +++ b/src/bin/engine_wayland_common.c | |||
@@ -9,6 +9,7 @@ static void _seat_handle_capabilities(void *data, struct wl_seat *seat, enum wl_ | |||
9 | static const struct wl_seat_listener engine_wayland_seat_listener = | 9 | static const struct wl_seat_listener engine_wayland_seat_listener = |
10 | { | 10 | { |
11 | _seat_handle_capabilities, | 11 | _seat_handle_capabilities, |
12 | NULL // _seat_handle_name | ||
12 | }; | 13 | }; |
13 | 14 | ||
14 | /* Keyboard handler */ | 15 | /* Keyboard handler */ |