File diff r9410:b258459cdd88 → r9411:abefa92c5c58
src/window.cpp
Show inline comments
 
@@ -37,6 +37,7 @@ static Window *_mouseover_last_w = NULL;
 
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;