Move defaultDisplayClass to xdmcp-only visibility.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
#define X_INCLUDE_NETDB_H
|
||||
#include <X11/Xos_r.h>
|
||||
|
||||
extern char *defaultDisplayClass;
|
||||
static char *defaultDisplayClass = COMPILEDDISPLAYCLASS;
|
||||
|
||||
static int xdmcpSocket, sessionSocket;
|
||||
static xdmcp_states state;
|
||||
|
||||
Reference in New Issue
Block a user