document that wheel_jump is only used in xforms

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13461 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-03-23 12:02:39 +00:00
parent 4fd5c07875
commit 0d05cc2711

View 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];