keep the default tint at 50, for theme compatibility
This commit is contained in:
parent
e5ad7721ff
commit
5109b5ae20
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ struct _RrAppearance {
|
||||||
#define RrDefaultFontSlant RR_FONTSLANT_NORMAL
|
#define RrDefaultFontSlant RR_FONTSLANT_NORMAL
|
||||||
#define RrDefaultFontShadow FALSE
|
#define RrDefaultFontShadow FALSE
|
||||||
#define RrDefaultFontShadowOffset 1
|
#define RrDefaultFontShadowOffset 1
|
||||||
#define RrDefaultFontShadowTint 25
|
#define RrDefaultFontShadowTint 50
|
||||||
|
|
||||||
RrInstance* RrInstanceNew (Display *display, gint screen);
|
RrInstance* RrInstanceNew (Display *display, gint screen);
|
||||||
void RrInstanceFree (RrInstance *inst);
|
void RrInstanceFree (RrInstance *inst);
|
||||||
|
|
Loading…
Reference in a new issue