diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-09-27 12:50:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-09-27 14:56:17 +0200 |
commit | 5bc3cc695d58848d937910bf6344af1fa6f71725 (patch) | |
tree | d545444c94a9091dd182f09f242e34b7523fc494 /vcl/inc/unx | |
parent | fefc215592ab3e11afb957e59016f1b9d6a00593 (diff) |
gtk4: get toggling into full screen mode working
Change-Id: I108d994e0eb13add3e8008840f082b8fe9334f19
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122708
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/unx')
-rw-r--r-- | vcl/inc/unx/gtk/gtkframe.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx index e07be386930f..b71d40785200 100644 --- a/vcl/inc/unx/gtk/gtkframe.hxx +++ b/vcl/inc/unx/gtk/gtkframe.hxx @@ -203,7 +203,6 @@ class GtkSalFrame final : public SalFrame ScreenSaverInhibitor m_ScreenSaverInhibitor; gulong m_nSetFocusSignalId; bool m_bFullscreen; - bool m_bSpanMonitorsWhenFullscreen; bool m_bDefaultPos; bool m_bDefaultSize; bool m_bTooltipBlocked; |