From d35f61caa3c84c50971c57a9afae0de5d43956f9 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 19 Feb 2017 12:02:23 +0000 Subject: fix merge error in windows frontend --- frontends/windows/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/windows') 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, -- cgit v1.2.3