Ecore_Wayland: Fix global interface name, thanks Alex ;)

SVN revision: 71350
This commit is contained in:
Christopher Michael 2012-05-23 08:01:15 +00:00
parent 55a5b14bd8
commit 7d9ec3120f
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ _ecore_wl_cb_handle_global(struct wl_display *disp, unsigned int id, const char
ewd->wl.compositor = wl_display_bind(disp, id, &wl_compositor_interface);
else if (!strcmp(interface, "wl_output"))
_ecore_wl_output_add(ewd, id);
else if (!strcmp(interface, "wl_input_device"))
else if (!strcmp(interface, "wl_seat"))
_ecore_wl_input_add(ewd, id);
else if (!strcmp(interface, "wl_shell"))
ewd->wl.shell = wl_display_bind(disp, id, &wl_shell_interface);