diff options
author | Keith Packard <keithp@keithp.com> | 2013-03-18 11:26:24 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-03-18 11:26:24 -0700 |
commit | c2ede8f92f0d6f15b1b2a04889cb54cd1728780b (patch) | |
tree | 0e2fff7bead31be5e4ab0118fc5ac86ab2a4ec67 /xfixes | |
parent | 190b0321510b99d4738915f540cea5c0c51e07e2 (diff) | |
parent | 7050aae69c2a55dfdbb5c6af7882307e90ba4275 (diff) |
Merge remote-tracking branch 'whot/for-keith'
Diffstat (limited to 'xfixes')
-rw-r--r-- | xfixes/xfixesint.h | 2 |
1 files changed, 2 insertions, 0 deletions
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_ */ |