all repos — openbox @ 10d99cc5e9efe40527c6ace3740b67890ea37729

openbox fork - make it a bit more like ryudo

Bug in choosing the active monitor when doing a move/resize
Dana Jansens danakj@orodu.net
commit

10d99cc5e9efe40527c6ace3740b67890ea37729

parent

ade3b4dd69cf275bbaf5de663e1b723d6c073eb1

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/screen.copenbox/screen.c

@@ -1729,7 +1729,7 @@ Rect *a;

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 {