]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.c
Specific border width/color for undecorated active/inactive windows (bug #4889)
[chaz/openbox] / openbox / frame.c
index 3aa3ab7f310da4662beaf8b0556d46973c7a4350..48dda24eaa9880380d05b1ecc9bcc875cdb1a456 100644 (file)
@@ -348,7 +348,8 @@ void frame_adjust_area(ObFrame *self, gboolean moved,
         self->shaded = self->client->shaded;
 
         if (self->decorations & OB_FRAME_DECOR_BORDER)
-            self->bwidth = ob_rr_theme->fbwidth;
+            self->bwidth = self->client->undecorated ?
+                ob_rr_theme->ubwidth : ob_rr_theme->fbwidth;
         else
             self->bwidth = 0;
 
This page took 0.023047 seconds and 4 git commands to generate.