[PATCH] xfixes: fix sdksyms exporting PanoramiXSaveXFixesVector

Maarten Lankhorst maarten.lankhorst at canonical.com
Wed Jan 9 08:18:00 PST 2013


Slap _X_INTERNAL so sdksyms won't attempt to export PanoramiXSaveXFixesVector just because it has extern in it..

Fixes build of x1.14rc1

Signed-off-by: Maarten Lankhorst <maarten.lankhorst at canonical.com>

---
diff --git a/xfixes/xfixesint.h b/xfixes/xfixesint.h
index 334c71f..309954d 100644
--- a/xfixes/xfixesint.h
+++ b/xfixes/xfixesint.h
@@ -291,7 +291,7 @@ int
  SProcXFixesDestroyPointerBarrier(ClientPtr client);
 
 /* Xinerama */
-extern int (*PanoramiXSaveXFixesVector[XFixesNumberRequests]) (ClientPtr);
+_X_INTERNAL extern int (*PanoramiXSaveXFixesVector[XFixesNumberRequests]) (ClientPtr);
 void PanoramiXFixesInit(void);
 void PanoramiXFixesReset(void);
 



More information about the xorg-devel mailing list