]> Dogcows Code - chaz/openbox/commitdiff
fix for variable sized border between titlebar and client
authorDana Jansens <danakj@orodu.net>
Sun, 20 May 2007 07:09:31 +0000 (07:09 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 20 May 2007 07:09:31 +0000 (07:09 +0000)
openbox/frame.c

index 1fbf2152fc6cd23d8a575186242e74814b26ba1f..e3cd4240df16237d7413cccc71f16efaf412658f 100644 (file)
@@ -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
This page took 0.025827 seconds and 4 git commands to generate.