Prepare for array-index based devPrivates.
TODO: static indices can be made just an int; some indices can be combined.
This commit is contained in:
committed by
Eamon Walsh
parent
ec7907f8fa
commit
ebea78cdba
@@ -51,7 +51,8 @@
|
||||
#define SERVER_COMPOSITE_MINOR 4
|
||||
|
||||
static CARD8 CompositeReqCode;
|
||||
static DevPrivateKey CompositeClientPrivateKey = &CompositeClientPrivateKey;
|
||||
static int CompositeClientPrivateKeyIndex;
|
||||
static DevPrivateKey CompositeClientPrivateKey = &CompositeClientPrivateKeyIndex;
|
||||
RESTYPE CompositeClientWindowType;
|
||||
RESTYPE CompositeClientSubwindowsType;
|
||||
RESTYPE CompositeClientOverlayType;
|
||||
|
||||
Reference in New Issue
Block a user