mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
flickering. - Added double buffering when drawing WMList items to avoid flickering - Shared xft drawable - Renamed AASystemFont and AABoldSystemFont to AntialiasedSystemFont respectively AntialiasedBoldSystemFont in WMGLOBAL - WMCreateFont falls back to normal fonts if antialiased fonts cannot be created (even if enabled)
14 lines
585 B
Plaintext
14 lines
585 B
Plaintext
{
|
|
SystemFont = "-*-helvetica-medium-r-normal-*-%d-*-*-*-*-*-*-*,-*-*-medium-r-normal-*-%d-*,-*-*-medium-r-normal-*-*-*";
|
|
BoldSystemFont = "-*-helvetica-bold-r-normal-*-%d-*-*-*-*-*-*-*,-*-*-bold-r-normal-*-%d-*,-*-*-medium-r-normal-*-*-*";
|
|
AntialiasedSystemFont = "-*-trebuchet ms-medium-r-normal-*-%d-*-*-*-*-*-*-*";
|
|
AntialiasedBoldSystemFont = "-*-trebuchet ms-bold-r-normal-*-%d-*-*-*-*-*-*-*";
|
|
DefaultFontSize = 12;
|
|
AntialiasedText = NO;
|
|
MultiByteText = AUTO;
|
|
FloppyPath = "/floppy";
|
|
DoubleClickTime = 250;
|
|
MouseWheelUp = Button4;
|
|
MouseWheelDown = Button5;
|
|
}
|