mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-19 10:08:35 +02:00
Correct ifdef - should be XACE, not XSECURITY
This commit is contained in:
parent
90af38fa0c
commit
15c9002d68
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ typedef struct _ExtensionEntry {
|
|||
pointer extPrivate;
|
||||
unsigned short (* MinorOpcode)( /* called for errors */
|
||||
ClientPtr /* client */);
|
||||
#ifdef XCSECURITY
|
||||
#ifdef XACE
|
||||
pointer securityState[4]; /* 4 slots for use */
|
||||
#endif
|
||||
} ExtensionEntry;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue