File diff r8122:b60b03677b3f → r8123:dde0a9a84019
src/window.cpp
Show inline comments
 
@@ -14,12 +14,13 @@
 
#include "variables.h"
 
#include "table/sprites.h"
 
#include "genworld.h"
 
#include "helpers.hpp"
 
#include "blitter/factory.hpp"
 
#include "window_gui.h"
 
#include "zoom_func.h"
 

	
 
/* delta between mouse cursor and upper left corner of dragged window */
 
static Point _drag_delta;
 

	
 
static Window _windows[MAX_NUMBER_OF_WINDOWS];
 
Window *_z_windows[lengthof(_windows)];