summaryrefslogtreecommitdiff
path: root/windows/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'windows/gui.c')
-rw-r--r--windows/gui.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/windows/gui.c b/windows/gui.c
index 653bf44e1..3c1d201e5 100644
--- a/windows/gui.c
+++ b/windows/gui.c
@@ -42,7 +42,6 @@
#include "utils/nsoption.h"
#include "desktop/plotters.h"
#include "desktop/textinput.h"
-#include "render/html.h"
#include "desktop/gui_window.h"
#include "desktop/gui_clipboard.h"
#include "desktop/gui_misc.h"
@@ -1013,8 +1012,8 @@ nsws_window_command(HWND hwnd,
break;
case IDM_VIEW_TOGGLE_DEBUG_RENDERING:
- html_redraw_debug = !html_redraw_debug;
if (gw->bw != NULL) {
+ browser_window_debug(gw->bw, CONTENT_DEBUG_REDRAW);
/* TODO: This should only redraw, not reformat.
* (Layout doesn't change, so reformat is a waste of time) */
browser_window_reformat(gw->bw, false, gw->width, gw->height);