broadway: Fix mouse position typo

This commit is contained in:
Alexander Larsson 2013-03-28 16:27:49 +01:00
parent 0a82b79012
commit e9906138e5

View File

@ -188,7 +188,7 @@ gdk_broadway_device_query_state (GdkDevice *device,
if (root_y)
*root_y = device_root_y;
if (win_x)
*win_x = device_root_y - toplevel->x;
*win_x = device_root_x - toplevel->x;
if (win_y)
*win_y = device_root_y - toplevel->y;
if (mask)