xfixes: Unexport xfixes.h

There's nothing a driver could want to use this for.

Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson 2014-05-23 13:23:20 -04:00
parent 4da66d9e03
commit 36fac0dd1a
3 changed files with 3 additions and 8 deletions

View File

@ -21,7 +21,6 @@ XVFB_LIBS = \
Xvfb_LDADD = $(XVFB_LIBS) $(XVFB_SYS_LIBS) $(XSERVER_SYS_LIBS) Xvfb_LDADD = $(XVFB_LIBS) $(XVFB_SYS_LIBS) $(XSERVER_SYS_LIBS)
Xvfb_DEPENDENCIES = $(XVFB_LIBS) Xvfb_DEPENDENCIES = $(XVFB_LIBS)
Xvfb_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
relink: relink:
$(AM_V_at)rm -f Xvfb$(EXEEXT) && $(MAKE) Xvfb$(EXEEXT) $(AM_V_at)rm -f Xvfb$(EXEEXT) && $(MAKE) Xvfb$(EXEEXT)

View File

@ -2,10 +2,6 @@ noinst_LTLIBRARIES = libxfixes.la
AM_CFLAGS = $(DIX_CFLAGS) AM_CFLAGS = $(DIX_CFLAGS)
if XORG
sdk_HEADERS = xfixes.h
endif
libxfixes_la_SOURCES = \ libxfixes_la_SOURCES = \
cursor.c \ cursor.c \
region.c \ region.c \

View File

@ -29,8 +29,8 @@
#include "resource.h" #include "resource.h"
extern _X_EXPORT RESTYPE RegionResType; extern RESTYPE RegionResType;
extern _X_EXPORT int XFixesErrorBase; extern int XFixesErrorBase;
#define VERIFY_REGION(pRegion, rid, client, mode) \ #define VERIFY_REGION(pRegion, rid, client, mode) \
do { \ do { \
@ -48,7 +48,7 @@ extern _X_EXPORT int XFixesErrorBase;
if (rid) VERIFY_REGION(pRegion, rid, client, mode); \ if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
} }
extern _X_EXPORT RegionPtr extern RegionPtr
XFixesRegionCopy(RegionPtr pRegion); XFixesRegionCopy(RegionPtr pRegion);
#include "xibarriers.h" #include "xibarriers.h"