summaryrefslogtreecommitdiff
path: root/atari/gui.c
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-09-17 02:10:35 +0200
committerOle Loots <ole@monochrom.net>2013-10-06 01:24:16 +0200
commit1d535a9a43e65a1fa3e205c42bc106ee0ce6a1a5 (patch)
tree0bcd287a68abfa929fbaeff1acfbb0b310d6b9ed /atari/gui.c
parent8057dc67cb11c865cb5daf2142fbef35631e7c6d (diff)
downloadnetsurf-1d535a9a43e65a1fa3e205c42bc106ee0ce6a1a5.tar.gz
netsurf-1d535a9a43e65a1fa3e205c42bc106ee0ce6a1a5.tar.bz2
Treeview implementation adjusted
(still requires changes at several places in the atari frontent)
Diffstat (limited to 'atari/gui.c')
-rw-r--r--atari/gui.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/atari/gui.c b/atari/gui.c
index 83731b4de..3f056a1bc 100644
--- a/atari/gui.c
+++ b/atari/gui.c
@@ -171,6 +171,8 @@ void gui_poll(bool active)
tmp = tmp->next;
}
+ // TODO: reenable treeview redraws
+/*
if(hl.tv->redraw){
atari_treeview_redraw(hl.tv);
}
@@ -178,6 +180,7 @@ void gui_poll(bool active)
if(gl_history.tv->redraw){
atari_treeview_redraw(gl_history.tv);
}
+*/
}