summaryrefslogtreecommitdiff
path: root/dix
diff options
context:
space:
mode:
authorCyril Brulebois <kibi@debian.org>2010-11-12 12:04:11 +0100
committerCyril Brulebois <kibi@debian.org>2010-12-07 18:42:45 +0100
commit73fbc4a4a7997b3ee1c779d8f394114270bcb20d (patch)
treecfa829962c2a30251b56e4bb6f00398357c29561 /dix
parent6e8b34b7048bc9e49ef52b81e2de1b518a05890e (diff)
Replace SecurityLookupIDByClass() with dixLookupResourceByClass().
This patch has been prepared with the following Coccinelle semantic patch: @@ expression a, b, c, d; identifier r; type t; @@ -r = (t) SecurityLookupIDByClass(a, b, c, d); +dixLookupResourceByClass((pointer*) &r, b, c, a, d); The only occurrence not matching directly was processed after separating declaration of pXinDraw and call to SecurityLookupIDByClass(). Reviewed-by: Jamey Sharp <jamey@minilop.net> Signed-off-by: Cyril Brulebois <kibi@debian.org>
Diffstat (limited to 'dix')
0 files changed, 0 insertions, 0 deletions