src/window.cpp
changeset 8123 ce31d2843a95
parent 8121 3bc6351e7369
child 8130 d2eb7d04f6e1
equal deleted inserted replaced
8122:986d42e2281d 8123:ce31d2843a95
    15 #include "table/sprites.h"
    15 #include "table/sprites.h"
    16 #include "genworld.h"
    16 #include "genworld.h"
    17 #include "helpers.hpp"
    17 #include "helpers.hpp"
    18 #include "blitter/factory.hpp"
    18 #include "blitter/factory.hpp"
    19 #include "window_gui.h"
    19 #include "window_gui.h"
       
    20 #include "zoom_func.h"
    20 
    21 
    21 /* delta between mouse cursor and upper left corner of dragged window */
    22 /* delta between mouse cursor and upper left corner of dragged window */
    22 static Point _drag_delta;
    23 static Point _drag_delta;
    23 
    24 
    24 static Window _windows[MAX_NUMBER_OF_WINDOWS];
    25 static Window _windows[MAX_NUMBER_OF_WINDOWS];