summaryrefslogtreecommitdiff
path: root/frontends/windows/hotlist.c
diff options
context:
space:
mode:
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;
/**