mirror of
https://github.com/morgant/mlvwm.git
synced 2024-11-21 10:31:50 +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
|
||||
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 ){
|
||||
|
Loading…
Reference in New Issue
Block a user