Win32 : fixes Bug 679019 (Popup menu misplaced in dual monitor)

This commit is contained in:
Manuel Bachmann 2013-11-01 17:59:05 +01:00
parent 9761a966d8
commit 55dba74a24

View File

@ -207,6 +207,12 @@ gdk_device_win32_query_state (GdkDevice *device,
if (win_y)
*win_y += _gdk_offset_y;
if (root_x)
*root_x += _gdk_offset_x;
if (root_y)
*root_y += _gdk_offset_y;
}
if (child_window)