Merge branch 'pixelmodifications' of https://github.com/TheMorc/mlvwm into TheMorc-pixelmodifications

This commit is contained in:
Morgan Aldridge 2021-03-12 13:23:15 -05:00
commit 7d51d64c60
2 changed files with 2 additions and 5 deletions

View File

@ -495,10 +495,7 @@ void SetTitleBar( MlvwmWindow *t, Bool on_off )
Scr.WhiteGC, Scr.Gray1GC, SHADOW_ALL );
else
XDrawLine( dpy, t->title_w, Scr.Gray1GC, 0, lp, t->frame_w, lp );
}
else
XDrawLine( dpy, t->title_w, Scr.BlackGC,
4, lp-1, t->frame_w-7, lp-1 );
}
}
if( Scr.flags&SYSTEM8 ){

View File

@ -179,7 +179,7 @@ extern Atom _XA_WM_DESKTOP;
extern void Done( int, char * );
#ifdef USE_LOCALE
#define DEFAULTFS "-adobe-*-*-r-*-*-12-*-*-*-p-*-*-*,\
-*-*-*-r-*-*-14-*-*-*-*-*-*-*"
-*-*-*-r-*-*-12-*-*-*-*-*-*-*"
#else
#define DEFAULTFONT "-adobe-*-*-r-*-*-12-*-*-*-p-*-*-*"
#endif