summaryrefslogtreecommitdiff
path: root/desktop/tree.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-08-15 19:19:24 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-08-16 08:25:25 +0100
commit8b83456c02fbdc738bc25b244633eb27522b9119 (patch)
treef2e8cd27124c055376a875e83b794103e53731c0 /desktop/tree.h
parentee7df2761f95359b9ad67812dd48286740036710 (diff)
downloadnetsurf-8b83456c02fbdc738bc25b244633eb27522b9119.tar.gz
netsurf-8b83456c02fbdc738bc25b244633eb27522b9119.tar.bz2
Beginnings of new hotlist module, implemented with new treeview.
Currently it can only open, display and launch entries in an existing hotlist file. TODO: - Generate defualt hotlist when file not found. - Add hotlist saving. - Allow adding to hotlist. - Allow hotlist editing. - Allow hotlist nodes to be moved by dragging. - Allow hotlist visit data to be updated.
Diffstat (limited to 'desktop/tree.h')
-rw-r--r--desktop/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/tree.h b/desktop/tree.h
index a69a537e9..51fa67e8d 100644
--- a/desktop/tree.h
+++ b/desktop/tree.h
@@ -32,6 +32,7 @@
struct sslcert_session_data;
struct sslcert_session_data *ssl_current_session;
+const char *tree_hotlist_path;
struct hlcache_handle;