You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make gtk3 full_screen_toggle more robust against external changes.
The fullscreen state can also change via the window manager, so read the
state instead of trying to keep an internal flag. All other backends
already use a similar strategy.
(`self.window` is a GtkWindow, whereas `self.window.get_window()` is a
GdkWindow...)
0 commit comments