diff options
Diffstat (limited to 'vcl/inc/svdata.hxx')
-rw-r--r-- | vcl/inc/svdata.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx index b289645121ab..d8f04e80229e 100644 --- a/vcl/inc/svdata.hxx +++ b/vcl/inc/svdata.hxx @@ -283,6 +283,10 @@ struct ImplSVNWFData bool mbEnableAccel = true; // whether or not accelerators are shown bool mbAutoAccel = false; // whether accelerators are only shown when Alt is held down bool mbRolloverMenubar = false; // theming engine supports rollover in menubar + // gnome#768128 I cannot see a route under wayland at present to support + // floating toolbars that can be redocked because there's no way to track + // that the toolbar is over a dockable area. + bool mbDockingFloatsSupported = true; }; struct BlendFrameCache |