From 10d99cc5e9efe40527c6ace3740b67890ea37729 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 9 Dec 2009 16:26:15 -0500 Subject: [PATCH] Bug in choosing the active monitor when doing a move/resize --- openbox/screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/screen.c b/openbox/screen.c index b0fa17dd..899b4bc3 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 { -- 2.44.0