summaryrefslogtreecommitdiff
path: root/frontends/windows/hotlist.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-12-09 13:56:30 +0000
committerVincent Sanders <vince@kyllikki.org>2016-12-26 13:24:12 +0000
commitf27cc16d426708c9267dcb290d4a32f2a5dcb686 (patch)
tree30064e3836f680a2c585e4e50a15a901e68d7c64 /frontends/windows/hotlist.c
parentd2742077b95cdc574c0b88284e5d04243de0ff9d (diff)
downloadnetsurf-f27cc16d426708c9267dcb290d4a32f2a5dcb686.tar.gz
netsurf-f27cc16d426708c9267dcb290d4a32f2a5dcb686.tar.bz2
improve doc comments in windows corewindow handling
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;
/**