wayland: Replace wl_shell_surface with xdg_shell

This commit is contained in:
Jasper St. Pierre
2013-11-11 18:02:19 -05:00
parent a41305135c
commit 9127087e1c
8 changed files with 663 additions and 312 deletions

View File

@ -911,8 +911,6 @@ keyboard_handle_enter (void *data,
device, device->keyboard_focus));
_gdk_wayland_display_deliver_event (device->display, event);
_gdk_wayland_window_add_focus (device->keyboard_focus);
}
static void
@ -935,7 +933,6 @@ keyboard_handle_leave (void *data,
_gdk_wayland_display_update_serial (wayland_display, serial);
_gdk_wayland_window_remove_focus (device->keyboard_focus);
event = gdk_event_new (GDK_FOCUS_CHANGE);
event->focus_change.window = g_object_ref (device->keyboard_focus);
event->focus_change.send_event = FALSE;