Add visibility flags to XSERVER_CFLAGS.

This is done to actually change DIX_CFLAGS, as not all "modules" use
XORG_CFLAGS.
  Also export the symbols that are required by other modules after
the change.
This commit is contained in:
Paulo Cesar Pereira de Andrade 2008-12-02 02:50:45 -02:00
commit 180bad8477
11 changed files with 17 additions and 16 deletions

View file

@ -55,7 +55,7 @@
static unsigned char XFixesReqCode;
int XFixesEventBase;
int XFixesErrorBase;
_X_EXPORT int XFixesErrorBase;
static int XFixesClientPrivateKeyIndex;
static DevPrivateKey XFixesClientPrivateKey = &XFixesClientPrivateKeyIndex;