src/window.cpp
changeset 10772 24d449dd2907
parent 10771 6c7035d85faf
child 10775 7061477bfbcf
--- a/src/window.cpp	Thu May 29 10:16:59 2008 +0000
+++ b/src/window.cpp	Thu May 29 11:13:11 2008 +0000
@@ -37,6 +37,7 @@
 Window *_z_windows[MAX_NUMBER_OF_WINDOWS];
 Window **_last_z_window; ///< always points to the next free space in the z-array
 
+byte _no_scroll;
 Point _cursorpos_drag_start;
 
 int _scrollbar_start_pos;