mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
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
@@ -60,11 +60,14 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
static DevPrivateKey miDbeWindowPrivPrivKey = &miDbeWindowPrivPrivKey;
|
||||
static int miDbeWindowPrivPrivKeyIndex;
|
||||
static DevPrivateKey miDbeWindowPrivPrivKey = &miDbeWindowPrivPrivKeyIndex;
|
||||
static RESTYPE dbeDrawableResType;
|
||||
static RESTYPE dbeWindowPrivResType;
|
||||
static DevPrivateKey dbeScreenPrivKey = &dbeScreenPrivKey;
|
||||
static DevPrivateKey dbeWindowPrivKey = &dbeWindowPrivKey;
|
||||
static int dbeScreenPrivKeyIndex;
|
||||
static DevPrivateKey dbeScreenPrivKey = &dbeScreenPrivKeyIndex;
|
||||
static int dbeWindowPrivKeyIndex;
|
||||
static DevPrivateKey dbeWindowPrivKey = &dbeWindowPrivKeyIndex;
|
||||
|
||||
|
||||
/******************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user