mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
Use _X_ATTRIBUTE_PRINTF _X_DEPRECATED _X_NORETURN
Use the values from xproto rather than duplicating the effort Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by: Keith Packard <keithp@keithp.com> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
committed by
Keith Packard
parent
421606a8ef
commit
bca85e2e12
@@ -256,24 +256,24 @@ extern _X_EXPORT pointer SecurityLookupIDByType(
|
||||
ClientPtr client,
|
||||
XID id,
|
||||
RESTYPE rtype,
|
||||
Mask access_mode) X_DEPRECATED;
|
||||
Mask access_mode) _X_DEPRECATED;
|
||||
|
||||
/* replaced by dixLookupResourceByClass */
|
||||
extern _X_EXPORT pointer SecurityLookupIDByClass(
|
||||
ClientPtr client,
|
||||
XID id,
|
||||
RESTYPE classes,
|
||||
Mask access_mode) X_DEPRECATED;
|
||||
Mask access_mode) _X_DEPRECATED;
|
||||
|
||||
/* replaced by dixLookupResourceByType */
|
||||
extern _X_EXPORT pointer LookupIDByType(
|
||||
XID id,
|
||||
RESTYPE rtype) X_DEPRECATED;
|
||||
RESTYPE rtype) _X_DEPRECATED;
|
||||
|
||||
/* replaced by dixLookupResourceByClass */
|
||||
extern _X_EXPORT pointer LookupIDByClass(
|
||||
XID id,
|
||||
RESTYPE classes) X_DEPRECATED;
|
||||
RESTYPE classes) _X_DEPRECATED;
|
||||
|
||||
#endif /* RESOURCE_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user