summaryrefslogtreecommitdiff
path: root/frontends/windows/hotlist.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-12-28 16:14:19 +0000
committerVincent Sanders <vince@kyllikki.org>2016-12-28 16:14:19 +0000
commit96e073a29777bbe927f0bc7187f7032d3f51e68b (patch)
treea74404287ae531793095126a3499f2d4d34c98fe /frontends/windows/hotlist.c
parent770c277ccc182f504be0a316390d59c05a59e041 (diff)
parentaf6139bcb5845d4cdbc852b113ac8fabcee29097 (diff)
downloadnetsurf-96e073a29777bbe927f0bc7187f7032d3f51e68b.tar.gz
netsurf-96e073a29777bbe927f0bc7187f7032d3f51e68b.tar.bz2
Merge branch 'vince/ro-corewindow'
Conflicts: frontends/riscos/sslcert.h
Diffstat (limited to 'frontends/windows/hotlist.c')
-rw-r--r--frontends/windows/hotlist.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontends/windows/hotlist.c b/frontends/windows/hotlist.c
index 2d236f7ac..88a802f4a 100644
--- a/frontends/windows/hotlist.c
+++ b/frontends/windows/hotlist.c
@@ -36,12 +36,16 @@
#include "windows/hotlist.h"
+/**
+ * Hotlist window container for win32.
+ */
struct nsw32_hotlist_window {
struct nsw32_corewindow core;
const char *path; /**< path to users bookmarks */
};
+/** hotlist window singleton */
static struct nsw32_hotlist_window *hotlist_window = NULL;
/**