dix: devPrivates support for PropertyRec.

This commit is contained in:
Eamon Walsh 2007-03-22 10:59:21 -04:00 committed by Eamon Walsh
commit 5486be4898
2 changed files with 6 additions and 0 deletions

View file

@ -49,6 +49,7 @@ SOFTWARE.
#define PROPERTYSTRUCT_H
#include "misc.h"
#include "property.h"
#include "privates.h"
/*
* PROPERTY -- property element
*/
@ -60,6 +61,7 @@ typedef struct _Property {
short format; /* format of data for swapping - 8,16,32 */
long size; /* size of data in (format/8) bytes */
pointer data; /* private to client */
PrivateRec *devPrivates;
} PropertyRec;
#endif /* PROPERTYSTRUCT_H */