diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-08-04 11:38:01 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-08-04 11:38:01 -0400 |
| commit | 82438c21ec72d43167687a7355309d41fdcbcc73 (patch) | |
| tree | c270c990b54655f8c002d72c9739436abca13ab2 /openbox/framerender.c | |
| parent | f94fe1b84749ff876dbb6643379dc3db5ad8941a (diff) | |
add resize corners to the bottom corners of the inner client border
Diffstat (limited to 'openbox/framerender.c')
| -rw-r--r-- | openbox/framerender.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/openbox/framerender.c b/openbox/framerender.c index 8cb5910f..af6be016 100644 --- a/openbox/framerender.c +++ b/openbox/framerender.c @@ -59,6 +59,14 @@ void framerender_frame(ObFrame *self) XClearWindow(ob_display, self->innerright); XSetWindowBackground(ob_display, self->innerbottom, px); XClearWindow(ob_display, self->innerbottom); + XSetWindowBackground(ob_display, self->innerbll, px); + XClearWindow(ob_display, self->innerbll); + XSetWindowBackground(ob_display, self->innerbrr, px); + XClearWindow(ob_display, self->innerbrr); + XSetWindowBackground(ob_display, self->innerblb, px); + XClearWindow(ob_display, self->innerblb); + XSetWindowBackground(ob_display, self->innerbrb, px); + XClearWindow(ob_display, self->innerbrb); px = (self->focused ? RrColorPixel(ob_rr_theme->frame_focused_border_color) : |
