diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-20 07:09:31 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-20 07:09:31 +0000 |
| commit | ef95323122cc4be9fd492b44e0759352b3768df7 (patch) | |
| tree | 71452776f8e8617f772420153eb5901519786ea9 | |
| parent | 7472ed3557353e4a779da2a9b6b01532f7374022 (diff) | |
fix for variable sized border between titlebar and client
| -rw-r--r-- | openbox/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/frame.c b/openbox/frame.c index 1fbf2152..e3cd4240 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -413,7 +413,7 @@ void frame_adjust_area(ObFrame *self, gboolean moved, ob_rr_theme->title_height + self->bwidth, self->client->area.width + self->cbwidth_x * 2, - self->bwidth); + self->rbwidth); XMapWindow(ob_display, self->titlebottom); } else |
