summaryrefslogtreecommitdiff
path: root/frontends/windows
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-02-19 12:02:23 +0000
committerVincent Sanders <vince@kyllikki.org>2017-02-19 12:02:23 +0000
commitd35f61caa3c84c50971c57a9afae0de5d43956f9 (patch)
treea8406e083c41f5e0996b271d62efb228372c5fe9 /frontends/windows
parentae45b18b459fa4f490501a93459e49f1f1038073 (diff)
downloadnetsurf-d35f61caa3c84c50971c57a9afae0de5d43956f9.tar.gz
netsurf-d35f61caa3c84c50971c57a9afae0de5d43956f9.tar.bz2
fix merge error in windows frontend
Diffstat (limited to 'frontends/windows')
-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 b4cafaab3..173dfc802 100644
--- a/frontends/windows/window.c
+++ b/frontends/windows/window.c
@@ -828,7 +828,7 @@ nsws_ctx_menu(struct gui_window *gw, HWND hwnd, int x, int y)
/* If the position is in the client area, display a shortcut menu. */
if (PtInRect(&rc, pt)) {
ClientToScreen(hwnd, &pt);
- nsws_update_edit(w);
+ nsws_update_edit(gw);
TrackPopupMenu(GetSubMenu(gw->rclick, 0),
TPM_CENTERALIGN | TPM_TOPALIGN,
x,