summaryrefslogtreecommitdiff
path: root/atari/hotlist.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-06-19 23:46:57 +0000
committerOle Loots <ole@monochrom.net>2012-06-19 23:46:57 +0000
commit40a2f8622cceec6b0a34027ba299381f7d24a49d (patch)
tree85ae3dea18a74595f909fab4208735eff245f07e /atari/hotlist.h
parent3b5c782c16a3aef9ddbb7e1234575a02ec0df65a (diff)
downloadnetsurf-40a2f8622cceec6b0a34027ba299381f7d24a49d.tar.gz
netsurf-40a2f8622cceec6b0a34027ba299381f7d24a49d.tar.bz2
fix history redraw by calling the window specific redraw function from gui_poll(), also switch hotlist redraw to to hotlist specific redraw function.
svn path=/trunk/netsurf/; revision=13977
Diffstat (limited to 'atari/hotlist.h')
-rwxr-xr-xatari/hotlist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/atari/hotlist.h b/atari/hotlist.h
index 27e9eba6e..70b4d8a70 100755
--- a/atari/hotlist.h
+++ b/atari/hotlist.h
@@ -39,11 +39,11 @@ void hotlist_open( void );
void hotlist_close( void );
void hotlist_destroy( void );
void atari_hotlist_add_page( const char * url, const char * title );
-
+
inline void hotlist_redraw( void );
inline void hotlist_redraw( void )
{
atari_treeview_redraw( hl.tv );
}
-#endif \ No newline at end of file
+#endif