mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 07:00:03 +01:00
XQuartz: Declare noPseudoramiXExtension for miinitext.c
Regression-from: 6699f54fe0
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
parent
f5fc533411
commit
c495211373
1 changed files with 4 additions and 0 deletions
|
|
@ -104,6 +104,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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue