summaryrefslogtreecommitdiff
path: root/atari/history.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-11-22 01:19:20 +0100
committerOle Loots <ole@monochrom.net>2012-11-22 01:19:20 +0100
commit407389668b4806de585c5ab26b9e49d1bd92afab (patch)
treecb684a3fd8d1ae336e06795feba5d32d7680f9f1 /atari/history.h
parent42cb583842ccc33b71cf0f9304ceebde1b51eaa3 (diff)
downloadnetsurf-407389668b4806de585c5ab26b9e49d1bd92afab.tar.gz
netsurf-407389668b4806de585c5ab26b9e49d1bd92afab.tar.bz2
Hotlist now works without windom.
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;