diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-03-08 12:13:36 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil> | 2007-03-08 12:13:36 -0500 |
commit | 2fcb45eb5dc1803b372df8b5765f6a43bea83611 (patch) | |
tree | 85f22bb3b8a695300ac8f29c7cc1e34ecf1bb664 /include/resource.h | |
parent | 947f8d249bac61beb10669d935888c4c280b5062 (diff) |
devPrivates rework: redo field offset registration, drop RC_PRIVATES class.
Diffstat (limited to 'include/resource.h')
-rw-r--r-- | include/resource.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/resource.h b/include/resource.h index 40259ac27..3231e8cd9 100644 --- a/include/resource.h +++ b/include/resource.h @@ -66,12 +66,7 @@ typedef unsigned long RESTYPE; * Extensions can use this too! */ #define RC_NEVERRETAIN ((RESTYPE)1<<29) -/* Use class RC_PRIVATES for resources that support extra private data. - * Resources having this class must provide a field of type PrivateRec *. - * Refer to the X server documentation on devPrivates for the details. - */ -#define RC_PRIVATES ((RESTYPE)1<<28) -#define RC_LASTPREDEF RC_PRIVATES +#define RC_LASTPREDEF RC_NEVERRETAIN #define RC_ANY (~(RESTYPE)0) /* types for Resource routines */ |