equal
deleted
inserted
replaced
17 #include "zoom_func.h" |
17 #include "zoom_func.h" |
18 #include "core/alloc_func.hpp" |
18 #include "core/alloc_func.hpp" |
19 #include "map_func.h" |
19 #include "map_func.h" |
20 #include "vehicle_base.h" |
20 #include "vehicle_base.h" |
21 #include "settings_type.h" |
21 #include "settings_type.h" |
|
22 #include "cheat_func.h" |
22 |
23 |
23 #include "table/sprites.h" |
24 #include "table/sprites.h" |
24 |
25 |
25 static Point _drag_delta; ///< delta between mouse cursor and upper left corner of dragged window |
26 static Point _drag_delta; ///< delta between mouse cursor and upper left corner of dragged window |
26 static Window *_mouseover_last_w = NULL; ///< Window of the last MOUSEOVER event |
27 static Window *_mouseover_last_w = NULL; ///< Window of the last MOUSEOVER event |