mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-30 15:31:34 +00:00
Fix the build
Copy-paste error.
This commit is contained in:
parent
9aa1257bd0
commit
42a5608af6
@ -5035,7 +5035,7 @@ gdk_window_hide (GdkWindow *window)
|
||||
display = gdk_window_get_display (window);
|
||||
seat = gdk_display_get_default_seat (display);
|
||||
|
||||
devices = gdk_se (seat, GDK_SEAT_CAPABILITY_ALL);
|
||||
devices = gdk_seat_get_slaves (seat, GDK_SEAT_CAPABILITY_ALL);
|
||||
devices = g_list_prepend (devices, gdk_seat_get_keyboard (seat));
|
||||
devices = g_list_prepend (devices, gdk_seat_get_pointer (seat));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user