diff -r ea6dbc5b2148 -r 5027ad5e70a0 src/window.cpp --- a/src/window.cpp Sun Jan 13 13:11:59 2008 +0000 +++ b/src/window.cpp Sun Jan 13 13:36:01 2008 +0000 @@ -28,6 +28,19 @@ Window *_z_windows[lengthof(_windows)]; Window **_last_z_window; ///< always points to the next free space in the z-array +Point _cursorpos_drag_start; + +int _scrollbar_start_pos; +int _scrollbar_size; +byte _scroller_click_timeout; + +bool _scrolling_scrollbar; +bool _scrolling_viewport; +bool _popup_menu_active; + +byte _special_mouse_mode; + + void CDECL Window::SetWidgetsDisabledState(bool disab_stat, int widgets, ...) { va_list wdg_list;