seat: Don't require an event to repick()

We always pass NULL, and anywhere where we want to pass an event
should be handled internally.
This commit is contained in:
Jasper St. Pierre
2014-04-17 18:46:14 -04:00
parent e02bf13206
commit a8d2dfd14f
4 changed files with 45 additions and 40 deletions

View File

@@ -1544,7 +1544,7 @@ meta_display_sync_wayland_input_focus (MetaDisplay *display)
meta_wayland_compositor_set_input_focus (compositor, focus_window);
meta_wayland_seat_repick (compositor->seat, NULL);
meta_wayland_seat_repick (compositor->seat);
}
void