diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-12-02 02:50:45 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-12-02 02:50:45 -0200 |
commit | 180bad84774493d48f2793a6281d825560944863 (patch) | |
tree | eb1ef92b8a8a363376550fdba40c23192a6fbc85 /xfixes | |
parent | 8c560422b44e012053612754430d2b87dc44ed59 (diff) |
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.
Diffstat (limited to 'xfixes')
-rw-r--r-- | xfixes/region.c | 2 | ||||
-rw-r--r-- | xfixes/xfixes.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xfixes/region.c b/xfixes/region.c index cac24b5da..ae4805894 100644 --- a/xfixes/region.c +++ b/xfixes/region.c @@ -34,7 +34,7 @@ extern int RenderErrBase; #include <gcstruct.h> #include <window.h> -RESTYPE RegionResType; +_X_EXPORT RESTYPE RegionResType; static int RegionResFree (pointer data, XID id) diff --git a/xfixes/xfixes.c b/xfixes/xfixes.c index d1225c6f3..aadbc0d10 100644 --- a/xfixes/xfixes.c +++ b/xfixes/xfixes.c @@ -55,7 +55,7 @@ static unsigned char XFixesReqCode; int XFixesEventBase; -int XFixesErrorBase; +_X_EXPORT int XFixesErrorBase; static int XFixesClientPrivateKeyIndex; static DevPrivateKey XFixesClientPrivateKey = &XFixesClientPrivateKeyIndex; |