]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.c
add suppot for showing pixmap masks in menus where the rgba icons go too
[chaz/openbox] / openbox / frame.c
index 6c3b418a50c1face281f6b01cdb6771a1c17d841..37470e3cc15e678fa68df450fb1c4ac8c62a6826 100644 (file)
@@ -338,7 +338,7 @@ void frame_adjust_area(ObFrame *self, gboolean moved,
                  self->client->area.width +
                  self->size.left + self->size.right,
                  (self->client->shaded ?
-                   ob_rr_theme->title_height + self->bwidth*2:
+                   ob_rr_theme->title_height + self->rbwidth * 2:
                    self->client->area.height +
                    self->size.top + self->size.bottom));
 
This page took 0.024991 seconds and 4 git commands to generate.