diff options
author | Daniel Stone <daniel@fooishbar.org> | 2010-12-17 17:13:26 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2010-12-31 12:36:44 +0000 |
commit | f7d8ade3c5ac44faf7f3ea0d846e35f75b31c9ec (patch) | |
tree | ff2d1eb3bfa14a7af8de8288313f19f620b5d141 /Xext/security.c | |
parent | 05e437c2ce230b588362f012c06ead5c6d89c006 (diff) |
Resources: Move rClient to resource.h
The definition of rClient was duplicated across three source files, so
move it to resource.h.
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'Xext/security.c')
-rw-r--r-- | Xext/security.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Xext/security.c b/Xext/security.c index 7eb95de74..8673880d1 100644 --- a/Xext/security.c +++ b/Xext/security.c @@ -154,8 +154,6 @@ SecurityLookupRequestName(ClientPtr client) } -#define rClient(obj) (clients[CLIENT_ID((obj)->resource)]) - /* SecurityDeleteAuthorization * * Arguments: |