mirror of
https://github.com/brl/mutter.git
synced 2025-08-05 16:14:51 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user