diff options
author | nyamatongwe <devnull@localhost> | 2001-09-01 09:29:29 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-09-01 09:29:29 +0000 |
commit | d0b2f644dd40e0a0e3727766babf808f82dcb669 (patch) | |
tree | 4978675e585737a1a6c16c8f6ed49c233241da55 | |
parent | cec240bed97f8582ce7b734eb6342caec879d05f (diff) | |
download | scintilla-mirror-d0b2f644dd40e0a0e3727766babf808f82dcb669.tar.gz |
Made work on GTK+ for X.
-rw-r--r-- | gtk/ScintillaGTK.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index 271fddf88..89aed40bf 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -226,7 +226,7 @@ ScintillaGTK::ScintillaGTK(_ScintillaObject *sci_) : #endif ::SystemParametersInfo(SPI_GETWHEELSCROLLLINES, 0, &linesPerScroll, 0); #else - ucWheelScrollLines = 4; + linesPerScroll = 4; #endif lastWheelMouseTime.tv_sec = 0; lastWheelMouseTime.tv_usec = 0; |