mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-21 20:26:45 +00: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…
Reference in a new issue