From f3a1b49dd83f31399ae5eadfd80744d0cbdeeb0a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 19 Nov 2016 11:22:22 +0000 Subject: add corewindow support for windows frontend --- frontends/windows/window.c | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'frontends/windows/window.c') diff --git a/frontends/windows/window.c b/frontends/windows/window.c index b8c2b39a3..94dc7c10e 100644 --- a/frontends/windows/window.c +++ b/frontends/windows/window.c @@ -50,6 +50,9 @@ #include "windows/font.h" #include "windows/prefs.h" #include "windows/localhistory.h" +#include "windows/hotlist.h" +#include "windows/cookies.h" +#include "windows/global_history.h" #include "windows/window.h" /** List of all our gui windows */ @@ -1130,6 +1133,15 @@ nsws_window_command(HWND hwnd, break; case IDM_NAV_GLOBALHISTORY: + nsw32_global_history_present(hinst); + break; + + case IDM_TOOLS_COOKIES: + nsw32_cookies_present(hinst); + break; + + case IDM_NAV_BOOKMARKS: + nsw32_hotlist_present(hinst); break; case IDM_VIEW_ZOOMPLUS: @@ -1197,7 +1209,7 @@ nsws_window_command(HWND hwnd, break; } - case IDM_VIEW_DOWNLOADS: + case IDM_TOOLS_DOWNLOADS: break; case IDM_VIEW_TOGGLE_DEBUG_RENDERING: -- cgit v1.2.3