Commit 7da2ee0b authored by Mike Gabriel's avatar Mike Gabriel

NXdixfonts.c: Hard-code the enablement of NXAGENT_DANGEROUS_XFONT_LOOP_EXIT.

parent fbde6d28
...@@ -91,6 +91,13 @@ static Bool doListFontsAndAliases(ClientPtr client, LFclosurePtr c); ...@@ -91,6 +91,13 @@ static Bool doListFontsAndAliases(ClientPtr client, LFclosurePtr c);
#undef TEST #undef TEST
#undef DEBUG #undef DEBUG
/* This enables code that contains copies of code from libXfont.
* We copy+pasted the private _LFWIData type struct into this
* file. If this gets ever changed in libXfont, we must follow-up
* on that change here, too.
*/
#define NXAGENT_DANGEROUS_XFONT_LOOP_EXIT
#define NXFONTPATHLENGTH 1024 #define NXFONTPATHLENGTH 1024
char _NXFontPath[NXFONTPATHLENGTH]; char _NXFontPath[NXFONTPATHLENGTH];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment