Move defaultDisplayClass to xdmcp-only visibility.

This commit is contained in:
Adam Jackson
2008-05-14 16:07:51 -04:00
parent 166177e36b
commit 07f69023b0
2 changed files with 1 additions and 2 deletions

View File

@@ -136,7 +136,6 @@ Bool screenSaverSuspended = FALSE;
char *defaultFontPath = COMPILEDDEFAULTFONTPATH;
char *defaultTextFont = COMPILEDDEFAULTFONT;
char *defaultCursorFont = COMPILEDCURSORFONT;
char *defaultDisplayClass = COMPILEDDISPLAYCLASS;
FontPtr defaultFont; /* not declared in dix.h to avoid including font.h in
every compilation of dix code */
CursorPtr rootCursor;