From 3ac2e61705432951f9e1b96b42b4214e7f748f94 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Sat, 9 Mar 2013 17:12:53 +1000 Subject: xfixes: ifdef PanoramiXFixes* (#62015) Fixes build failure with --disable-xinerama introduced by 482e0cb cursor: Move pointer barrier code over to XI Reason is new include order: sdksyms.sh includes xfixes.h, which previously did not include xfixesint.h. As of 482e0cb xfixes.h includes xibarriers.h which includes xfixesint.h X.Org Bug 62015 Signed-off-by: Peter Hutterer Tested-by: Daniel Martin --- xfixes/xfixesint.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xfixes') diff --git a/xfixes/xfixesint.h b/xfixes/xfixesint.h index 334c71fbf..44e889040 100644 --- a/xfixes/xfixesint.h +++ b/xfixes/xfixesint.h @@ -291,8 +291,10 @@ int SProcXFixesDestroyPointerBarrier(ClientPtr client); /* Xinerama */ +#ifdef PANORAMIX extern int (*PanoramiXSaveXFixesVector[XFixesNumberRequests]) (ClientPtr); void PanoramiXFixesInit(void); void PanoramiXFixesReset(void); +#endif #endif /* _XFIXESINT_H_ */ -- cgit v1.2.3