diff options
author | Eamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil> | 2006-07-31 19:35:08 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil> | 2006-07-31 19:35:08 -0400 |
commit | b04d64854712678701d5243aacf5cc93444cfadc (patch) | |
tree | b8a453d1842923dd3253f23dd3157e5c96a3b249 /include/extnsionst.h | |
parent | c0cb8d1fb80540e093da54da3ee2f55bdf139274 (diff) |
Added devPrivates support to the ExtensionEntry structure.
Diffstat (limited to 'include/extnsionst.h')
-rw-r--r-- | include/extnsionst.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/extnsionst.h b/include/extnsionst.h index a86e52cbf..35aa97e1a 100644 --- a/include/extnsionst.h +++ b/include/extnsionst.h @@ -50,6 +50,7 @@ SOFTWARE. #ifndef EXTENSIONSTRUCT_H #define EXTENSIONSTRUCT_H +#include "dix.h" #include "misc.h" #include "screenint.h" #include "extension.h" @@ -70,6 +71,7 @@ typedef struct _ExtensionEntry { pointer extPrivate; unsigned short (* MinorOpcode)( /* called for errors */ ClientPtr /* client */); + DevUnion *devPrivates; #ifdef XACE pointer securityState[4]; /* 4 slots for use */ #endif |