Move defaultDisplayClass to xdmcp-only visibility.

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

View file

@ -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;