mirror of
https://github.com/morgant/mlvwm.git
synced 2024-11-22 01:31:16 +00:00
Merge branch 'pixelmodifications' of https://github.com/TheMorc/mlvwm into TheMorc-pixelmodifications
This commit is contained in:
commit
7d51d64c60
@ -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 ){
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user