From 3a5d8cf6c1bbecfaa23e28a8b4b25f380091db30 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sat, 21 Sep 2013 05:29:04 +0200 Subject: Hotlist and History and Cookies Manager implemented. (The Cookie Manager window is a new one) --- atari/hotlist.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'atari/hotlist.h') 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 ); -- cgit v1.2.3