mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-14 21:15:50 +01:00
- Added switch to enable/disable antialiased fonts in WPrefs's Expert Settings
panel. (Temporary until the Font Settings panel in WPrefs is finished). - Added a check that only %d is used in a font specification in WMGLOBAL and at most once for each font in a fontset (eliminates a possible security exploit) - Added README.antialiasing describing the steps needed to get antialiased fonts working with WINGs/Window Maker. - Added Sample.XftConfig
This commit is contained in:
@@ -1303,7 +1303,6 @@ main(int argc, char **argv)
|
||||
*/
|
||||
|
||||
|
||||
testTextField(scr);
|
||||
testText(scr);
|
||||
testFontPanel(scr);
|
||||
|
||||
@@ -1324,6 +1323,7 @@ main(int argc, char **argv)
|
||||
testSlider(scr);
|
||||
testSplitView(scr);
|
||||
testTabView(scr);
|
||||
testTextField(scr);
|
||||
#endif
|
||||
/*
|
||||
* The main event loop.
|
||||
|
||||
Reference in New Issue
Block a user