all repos — openbox @ 32c3a97f2e6d029cfb183deb03ebd6963166ead1

openbox fork - make it a bit more like ryudo

fix a copy/paste bug in placing the move&resize popup
Dana Jansens danakj@orodu.net
commit

32c3a97f2e6d029cfb183deb03ebd6963166ead1

parent

669c7655be8fef885e2f5ea0b0d389046ebb6753

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

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

@@ -126,7 +126,7 @@ x = area->x + x;

y = config_resize_popup_fixed.y.pos; if (config_resize_popup_fixed.y.center) - y = area->y + area->width/2; + y = area->y + area->height/2; else if (config_resize_popup_fixed.y.opposite) y = RECT_RIGHT(*area) - y; else