Borders: Restore stripes around titlebar buttons & text on monochrome displays

This commit is contained in:
Morgan Aldridge 2021-03-17 15:08:33 -04:00
parent 89a829e8e2
commit e0823a6a15
1 changed files with 2 additions and 0 deletions

View File

@ -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 ){