diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-11 19:19:51 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-07-11 19:19:51 +0000 |
| commit | 6d9bbfb4eb7d2c6b0cb9fb0ee5e6ab0b7dd0ea7a (patch) | |
| tree | 277a5cb6b05c264806fbdfb2355e186f1c3f6237 /openbox | |
| parent | cfb33de8bc774c0838a7180f066eccc11b8a41cf (diff) | |
fix focus cycle indicator positioning
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/focus_cycle_indicator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/focus_cycle_indicator.c b/openbox/focus_cycle_indicator.c index 203a85ff..a7ebf014 100644 --- a/openbox/focus_cycle_indicator.c +++ b/openbox/focus_cycle_indicator.c @@ -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; |
