summaryrefslogtreecommitdiff
path: root/atari/history.c
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/history.c
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/history.c')
-rwxr-xr-xatari/history.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/atari/history.c b/atari/history.c
index ee47edeba..683d6a588 100755
--- a/atari/history.c
+++ b/atari/history.c
@@ -39,15 +39,7 @@
extern char * tree_directory_icon_name;
-struct s_atari_global_history {
- WINDOW * window;
- NSTREEVIEW tv; /*< The history treeview handle. */
- bool open;
- bool init;
-};
-
-static struct s_atari_global_history gl_history;
-
+struct s_atari_global_history gl_history;
void global_history_add_recent( const char *url )