summaryrefslogtreecommitdiff
path: root/xfixes/region.c
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-12-02 02:50:45 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-12-02 02:50:45 -0200
commit180bad84774493d48f2793a6281d825560944863 (patch)
treeeb1ef92b8a8a363376550fdba40c23192a6fbc85 /xfixes/region.c
parent8c560422b44e012053612754430d2b87dc44ed59 (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/region.c')
-rw-r--r--xfixes/region.c2
1 files changed, 1 insertions, 1 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)