]> git.lyx.org Git - lyx.git/blobdiff - src/ToolbarBackend.h
Cleanup mouse/selection/context-menu interactions.
[lyx.git] / src / ToolbarBackend.h
index cd4828efa4c71b4e145281293e01a6efdea22971..8845b5ddb86ff871a62c97bca3a2335896b067c2 100644 (file)
@@ -135,6 +135,10 @@ public:
        ///
        ToolbarInfo * getUsedToolbarInfo(std::string const & name);
 
+       // FIXME should be deleted when every window has its own toolbar config.
+       /// number of toggleFullScreen calls, i.e. number of FullScreen windows.
+       int fullScreenWindows;
+
 private:
        /// all the defined toolbars
        Toolbars toolbars;