mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
dix: devPrivates support for PropertyRec.
This commit is contained in:
parent
a3296d111d
commit
5486be4898
2 changed files with 6 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue