mirror of
https://github.com/morgant/mlvwm.git
synced 2024-11-25 05:31:56 +00:00
Borders: Restore stripes around titlebar buttons & text on monochrome displays
This commit is contained in:
parent
89a829e8e2
commit
e0823a6a15
@ -496,6 +496,8 @@ void SetTitleBar( MlvwmWindow *t, Bool on_off )
|
|||||||
else
|
else
|
||||||
XDrawLine( dpy, t->title_w, Scr.Gray1GC, 0, lp, t->frame_w, lp );
|
XDrawLine( dpy, t->title_w, Scr.Gray1GC, 0, lp, t->frame_w, lp );
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
XDrawLine( dpy, t->title_w, Scr.BlackGC, 0, lp, t->frame_w, lp );
|
||||||
}
|
}
|
||||||
|
|
||||||
if( Scr.flags&SYSTEM8 ){
|
if( Scr.flags&SYSTEM8 ){
|
||||||
|
Loading…
Reference in New Issue
Block a user