From 5449303bd1bf27e4cc8baccb0985e4d52c563caf Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Tue, 20 Nov 2012 00:29:20 +0100 Subject: Ripped Windom out of the treeview implementation, it still requires scroll event handling to be implemented. --- atari/hotlist.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'atari/hotlist.h') diff --git a/atari/hotlist.h b/atari/hotlist.h index 70b4d8a70..858d1a1bf 100755 --- a/atari/hotlist.h +++ b/atari/hotlist.h @@ -21,11 +21,12 @@ #include #include #include "desktop/tree.h" +#include "atari/gemtk/gemtk.h" #include "atari/treeview.h" /* The hotlist window, toolbar and treeview data. */ struct atari_hotlist { - WINDOW * window; + GUIWIN * window; NSTREEVIEW tv; /*< The hotlist treeview handle. */ bool open; bool init; -- cgit v1.2.3