1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-16 11:09:11 +00:00

(svn r13322) -Codechange: _no_scroll belongs more with the window code.

This commit is contained in:
rubidium
2008-05-29 11:13:11 +00:00
parent f2869bb7db
commit 22d7b25296
4 changed files with 16 additions and 12 deletions

View File

@@ -37,6 +37,7 @@ static Window *_mouseover_last_w = NULL; ///< Window of the last MOUSEOVER event
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;