some more border fixups
This commit is contained in:
parent
fe4f691a7c
commit
d9204860c3
1 changed files with 2 additions and 0 deletions
|
@ -167,6 +167,8 @@ ObFrame *frame_new(ObClient *client)
|
||||||
static void set_theme_statics(ObFrame *self)
|
static void set_theme_statics(ObFrame *self)
|
||||||
{
|
{
|
||||||
/* set colors/appearance/sizes for stuff that doesn't change */
|
/* set colors/appearance/sizes for stuff that doesn't change */
|
||||||
|
XSetWindowBorder(ob_display, self->window,
|
||||||
|
RrColorPixel(ob_rr_theme->frame_b_color));
|
||||||
XSetWindowBorder(ob_display, self->inner,
|
XSetWindowBorder(ob_display, self->inner,
|
||||||
RrColorPixel(ob_rr_theme->frame_b_color));
|
RrColorPixel(ob_rr_theme->frame_b_color));
|
||||||
XSetWindowBorder(ob_display, self->title,
|
XSetWindowBorder(ob_display, self->title,
|
||||||
|
|
Loading…
Reference in a new issue