projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2634f29
)
copy the frame's surface from the prototype
github/gl-oldtheme
origin/gl-oldtheme
gl-oldtheme
author
Dana Jansens
<danakj@orodu.net>
Wed, 18 Jun 2003 17:07:06 +0000
(17:07 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 18 Jun 2003 17:07:06 +0000
(17:07 +0000)
openbox/framerender.c
patch
|
blob
|
history
diff --git
a/openbox/framerender.c
b/openbox/framerender.c
index 5d22622a314fbdc002c070bf3934b6a541db8911..8d350b125a47e9f67f10f913a2c342cc257dec0b 100644
(file)
--- 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 ?