all repos — openbox @ 6d9bbfb4eb7d2c6b0cb9fb0ee5e6ab0b7dd0ea7a

openbox fork - make it a bit more like ryudo

fix focus cycle indicator positioning
Dana Jansens danakj@orodu.net
commit

6d9bbfb4eb7d2c6b0cb9fb0ee5e6ab0b7dd0ea7a

parent

cfb33de8bc774c0838a7180f066eccc11b8a41cf

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

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

@@ -167,7 +167,7 @@ a_focus_indicator->texture[3].data.lineart.y2 = h-1;

RrPaint(a_focus_indicator, focus_indicator.top.win, w, h); - x = c->area.x; + x = c->frame->area.x; y = c->frame->area.y; w = wl; h = c->frame->area.height;