Bug in choosing the active monitor when doing a move/resize

This commit is contained in:
Dana Jansens 2009-12-09 16:26:15 -05:00
parent ade3b4dd69
commit 10d99cc5e9

View file

@ -1729,7 +1729,7 @@ Rect* screen_physical_area_active(void)
gint x, y;
if (moveresize_client)
a = screen_physical_area_monitor(client_monitor(focus_client));
a = screen_physical_area_monitor(client_monitor(moveresize_client));
else if (focus_client)
a = screen_physical_area_monitor(client_monitor(focus_client));
else {