summaryrefslogtreecommitdiff
path: root/include/extnsionst.h
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil>2006-07-31 19:35:08 -0400
committerEamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil>2006-07-31 19:35:08 -0400
commitb04d64854712678701d5243aacf5cc93444cfadc (patch)
treeb8a453d1842923dd3253f23dd3157e5c96a3b249 /include/extnsionst.h
parentc0cb8d1fb80540e093da54da3ee2f55bdf139274 (diff)
Added devPrivates support to the ExtensionEntry structure.
Diffstat (limited to 'include/extnsionst.h')
-rw-r--r--include/extnsionst.h2
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