mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-05 02:11:08 +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);
|
display = gdk_window_get_display (window);
|
||||||
seat = gdk_display_get_default_seat (display);
|
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_keyboard (seat));
|
||||||
devices = g_list_prepend (devices, gdk_seat_get_pointer (seat));
|
devices = g_list_prepend (devices, gdk_seat_get_pointer (seat));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user