summaryrefslogtreecommitdiff
path: root/atari/history.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-06-19 23:04:38 +0000
committerOle Loots <ole@monochrom.net>2012-06-19 23:04:38 +0000
commitcd45e1f44720a563d9b7e9b9bc7ea2b410444d3f (patch)
tree7b1faf1d89cbbe1519943f792650ca1d97bd24da /atari/history.h
parent1f3d249c157cf731bc723f865c3721f684a408a5 (diff)
downloadnetsurf-cd45e1f44720a563d9b7e9b9bc7ea2b410444d3f.tar.gz
netsurf-cd45e1f44720a563d9b7e9b9bc7ea2b410444d3f.tar.bz2
First attempt to implement the global history treeview. There is something wrong with the redraw ( the treeview area of the windo isn't redrawn, also it looks like the treeview content size isn't set )
svn path=/trunk/netsurf/; revision=13973
Diffstat (limited to 'atari/history.h')
-rwxr-xr-xatari/history.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/atari/history.h b/atari/history.h
index 5899e4cf9..0dd571d01 100755
--- a/atari/history.h
+++ b/atari/history.h
@@ -19,4 +19,14 @@
#ifndef NS_ATARI_HISTORY_H
#define NS_ATARI_HISTORY_H
+#include <stdbool.h>
+#include <windom.h>
+#include "desktop/tree.h"
+#include "atari/treeview.h"
+
+bool global_history_init( void );
+void global_history_destroy( void );
+void global_history_open( void );
+void global_history_close( void );
+
#endif