mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 21:50:34 +00:00
Fix a warning
This commit is contained in:
parent
5c2759af3c
commit
b2b4a3bb0a
@ -6070,7 +6070,7 @@ gtk_window_map (GtkWidget *widget)
|
||||
return;
|
||||
}
|
||||
|
||||
screen = gtk_window_get_screen (widget);
|
||||
screen = gtk_window_get_screen (window);
|
||||
if (priv->initial_fullscreen_monitor > gdk_screen_get_n_monitors (screen))
|
||||
priv->initial_fullscreen_monitor = -1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user