fix focus cycle indicator positioning
This commit is contained in:
parent
cfb33de8bc
commit
6d9bbfb4eb
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ void focus_cycle_draw_indicator(ObClient *c)
|
|||
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;
|
||||
|
|
Loading…
Reference in a new issue