summaryrefslogtreecommitdiff
path: root/frontends/windows/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/windows/window.c')
-rw-r--r--frontends/windows/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/windows/window.c b/frontends/windows/window.c
index 5c5dc6731..9c050a497 100644
--- a/frontends/windows/window.c
+++ b/frontends/windows/window.c
@@ -1883,7 +1883,7 @@ nserror win32_window_set_scroll(struct gui_window *gw, const struct rect *rect)
NSLOG(netsurf, DEEPDEBUG,
"requestscroll x,y:%d,%d",
- w->requestscrollx, w->requestscrolly);
+ gw->requestscrollx, gw->requestscrolly);
/* set the vertical scroll offset */
si.cbSize = sizeof(si);