From: Dana Jansens Date: Wed, 9 Dec 2009 21:26:15 +0000 (-0500) Subject: Bug in choosing the active monitor when doing a move/resize X-Git-Tag: release-3.4.9~6^2~4 X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=commitdiff_plain;h=10d99cc5e9efe40527c6ace3740b67890ea37729;hp=ade3b4dd69cf275bbaf5de663e1b723d6c073eb1 Bug in choosing the active monitor when doing a move/resize --- diff --git a/openbox/screen.c b/openbox/screen.c index b0fa17d..899b4bc 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -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 {