Cyril Brulebois
73fbc4a4a7
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 >
2010-12-07 18:42:45 +01:00
..
2010-06-06 20:27:18 +07:00
2010-11-24 11:44:35 -08:00
2010-03-22 00:45:46 -05:00
2010-12-07 18:42:45 +01:00
2010-10-22 16:19:00 +10:00
2009-11-11 21:40:20 -08:00
2010-06-10 06:42:42 -07:00
2008-09-19 12:02:28 -04:00
2009-10-20 13:32:16 +10:00
2010-12-07 18:42:44 +01:00
2010-06-06 20:27:18 +07:00
2008-08-20 13:14:34 -04:00
2007-06-29 14:06:52 -04:00
2010-04-19 09:26:10 -07:00
2010-06-10 06:42:42 -07:00
2010-06-05 19:23:03 -07:00
2010-06-03 14:03:23 -07:00
2008-08-27 19:27:13 -04:00
2007-11-19 16:59:34 -05:00
2007-06-29 14:06:52 -04:00
2010-12-07 18:42:44 +01:00
2009-10-20 13:32:16 +10:00
2010-06-10 06:42:42 -07:00
2007-06-29 14:06:52 -04:00
2010-06-05 19:23:03 -07:00
2010-06-05 19:23:03 -07:00
2010-12-07 18:42:44 +01:00
2007-06-29 14:06:52 -04:00
2010-09-13 15:55:16 -07:00
2007-06-29 14:06:52 -04:00
2010-05-26 07:54:35 -07:00
2009-10-20 13:32:16 +10:00
2008-04-25 16:49:35 +09:30
2008-04-25 16:49:35 +09:30
2010-12-07 18:42:44 +01:00
2010-06-05 19:23:03 -07:00
2010-06-10 06:42:42 -07:00
2010-06-05 19:23:03 -07:00
2010-05-13 00:22:37 +07:00
2007-06-29 14:06:52 -04:00
2010-11-30 13:46:08 -05:00
2010-06-05 19:23:03 -07:00
2010-06-05 18:59:00 -07:00
2007-06-29 14:06:52 -04:00
2010-06-06 20:27:18 +07:00
2007-06-29 14:06:52 -04:00
2010-05-13 00:22:37 +07:00
2007-06-29 14:06:52 -04:00
2007-06-29 14:06:52 -04:00
2007-06-29 14:06:52 -04:00
2010-12-07 18:42:44 +01:00
2010-06-05 19:23:03 -07:00
2010-12-07 09:24:16 -08:00
2004-06-30 20:06:56 +00:00