copy the frame's surface from the prototype github/gl-oldtheme origin/gl-oldtheme gl-oldtheme
authorDana Jansens <danakj@orodu.net>
Wed, 18 Jun 2003 17:07:06 +0000 (17:07 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 18 Jun 2003 17:07:06 +0000 (17:07 +0000)
openbox/framerender.c

index 5d22622a314fbdc002c070bf3934b6a541db8911..8d350b125a47e9f67f10f913a2c342cc257dec0b 100644 (file)
@@ -11,6 +11,8 @@ void framerender_frame(Frame *self)
     if (self->client->decorations & Decor_Titlebar) {
         struct RrSurface *t, *l, *p, *m, *n, *i, *d, *s, *c;
 
+        RrSurfaceCopy(self->s_frame, ob_theme->frame);
+
         t = (self->focused ?
              ob_theme->title_f : ob_theme->title);
         l = (self->focused ?