From: Dana Jansens Date: Wed, 18 Jun 2003 17:07:06 +0000 (+0000) Subject: copy the frame's surface from the prototype X-Git-Tag: gl-oldtheme^0 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=refs%2Fremotes%2Fgithub%2Fgl-oldtheme;p=dana%2Fopenbox.git copy the frame's surface from the prototype --- diff --git a/openbox/framerender.c b/openbox/framerender.c index 5d22622a..8d350b12 100644 --- a/openbox/framerender.c +++ b/openbox/framerender.c @@ -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 ?