diff options
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
