diff options
Diffstat (limited to 'xorg-server/include/globals.h')
-rw-r--r-- | xorg-server/include/globals.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xorg-server/include/globals.h b/xorg-server/include/globals.h index e9c5fcbde..0294917a9 100644 --- a/xorg-server/include/globals.h +++ b/xorg-server/include/globals.h @@ -102,6 +102,10 @@ extern _X_EXPORT Bool noXFixesExtension; extern _X_EXPORT Bool noPanoramiXExtension; #endif +#ifdef INXQUARTZ +extern _X_EXPORT Bool noPseudoramiXExtension; +#endif + #ifdef XSELINUX extern _X_EXPORT Bool noSELinuxExtension; |