summaryrefslogtreecommitdiff
path: root/atari/history.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/history.h')
-rwxr-xr-xatari/history.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/atari/history.h b/atari/history.h
index bfea9ec1d..2935793ac 100755
--- a/atari/history.h
+++ b/atari/history.h
@@ -23,9 +23,10 @@
#include <windom.h>
#include "desktop/tree.h"
#include "atari/treeview.h"
+#include "atari/gemtk/gemtk.h"
struct s_atari_global_history {
- WINDOW * window;
+ GUIWIN *window; /*< The GEMTK window ref */
NSTREEVIEW tv; /*< The history treeview handle. */
bool open;
bool init;