From ff7cf937629933e782eb8103dadb8b5f27f14a4d Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Wed, 28 Nov 2012 21:30:24 +0100 Subject: Started refactoring of global redraw handling. --- atari/gui.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'atari/gui.h') diff --git a/atari/gui.h b/atari/gui.h index c2f6b44f6..88601917e 100755 --- a/atari/gui.h +++ b/atari/gui.h @@ -19,6 +19,7 @@ #ifndef NS_ATARI_GUI_H_ #define NS_ATARI_GUI_H_ +#include "atari/redrawslots.h" #include "atari/gemtk/gemtk.h" struct point_s { @@ -104,6 +105,7 @@ struct s_gui_win_root char * title; struct bitmap * icon; struct gui_window *active_gui_window; + struct s_redrw_slots redraw_slots; /* current size of window on screen: */ GRECT loc; }; -- cgit v1.2.3