summaryrefslogtreecommitdiff
path: root/atari/hotlist.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-09-21 05:29:04 +0200
committerOle Loots <ole@monochrom.net>2013-10-06 01:24:17 +0200
commit49f4fa0d787c867ed24ac49897feb347939d4ef3 (patch)
tree3400ff2f7072abd6f05863aed7157f7084e51cb9 /atari/hotlist.h
parent074b07253551fb6aeb1d71ee4dfbf9b838cbf663 (diff)
downloadnetsurf-49f4fa0d787c867ed24ac49897feb347939d4ef3.tar.gz
netsurf-49f4fa0d787c867ed24ac49897feb347939d4ef3.tar.bz2
Hotlist and History and Cookies Manager implemented.
(The Cookie Manager window is a new one)
Diffstat (limited to 'atari/hotlist.h')
-rw-r--r--atari/hotlist.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/atari/hotlist.h b/atari/hotlist.h
index c6fc4649a..2bcda5f01 100644
--- a/atari/hotlist.h
+++ b/atari/hotlist.h
@@ -26,8 +26,7 @@
struct atari_hotlist {
GUIWIN * window;
- NSTREEVIEW tv; /*< The hotlist treeview handle. */
- bool open;
+ ATARI_TREEVIEW_PTR tv;/*< The hotlist treeview handle. */
bool init;
char path[PATH_MAX];
};
@@ -39,7 +38,6 @@ void atari_hotlist_open( void );
void atari_hotlist_close( void );
void atari_hotlist_destroy( void );
void atari_hotlist_add_page( const char * url, const char * title );
-
void atari_hotlist_redraw( void );