]> git.lyx.org Git - features.git/commitdiff
document that wheel_jump is only used in xforms
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 23 Mar 2006 12:02:39 +0000 (12:02 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 23 Mar 2006 12:02:39 +0000 (12:02 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13461 a592a061-630c-0410-9148-cb99ea01b6c8

src/lyxrc.h

index 016ac5ee98ff35e9d3e91a066d905693e87b401e..2b88a84f35af96b2ed6ca95dc8931df70807aa56 100644 (file)
@@ -238,6 +238,7 @@ public:
        /// Zoom factor for screen fonts
        unsigned int zoom;
        /// parameter for button_4 and button_5 (scrollwheel)
+       /// Only used by the xforms frontend
        unsigned int wheel_jump;
        /// Screen font sizes in points for each font size
        std::string font_sizes[10];