]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Clean-up the code with respect to PassThru insets and layouts.
[lyx.git] / src / LyXRC.h
index 823dc15f74463162cbc996166138d1e6a958f3d3..8be4aea19f9415ec471cbdcff0fca3e52feadb16 100644 (file)
@@ -156,6 +156,7 @@ public:
                RC_SCREEN_FONT_TYPEWRITER_FOUNDRY,
                RC_SCREEN_ZOOM,
                RC_SCROLL_BELOW_DOCUMENT,
+               RC_SCROLL_WHEEL_ZOOM,
                RC_SERVERPIPE,
                RC_SET_COLOR,
                RC_SHOW_BANNER,
@@ -502,6 +503,15 @@ public:
        int export_overwrite;
        /// Default decimal point when aligning table columns on decimal
        std::string default_decimal_point;
+       ///
+       enum ScrollWheelZoom {
+               SCROLL_WHEEL_ZOOM_OFF,
+               SCROLL_WHEEL_ZOOM_CTRL,
+               SCROLL_WHEEL_ZOOM_SHIFT,
+               SCROLL_WHEEL_ZOOM_ALT
+       };
+       ///
+       ScrollWheelZoom scroll_wheel_zoom;
 };