[PATCH 1/8] dix: Remove PIXEL typedef

Adam Jackson ajax at redhat.com
Mon Mar 7 08:28:11 PST 2011


Doesn't appear to be used anywhere.

Signed-off-by: Adam Jackson <ajax at redhat.com>
---
 include/misc.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/misc.h b/include/misc.h
index 62d813e..0717db6 100644
--- a/include/misc.h
+++ b/include/misc.h
@@ -91,10 +91,8 @@ OF THIS SOFTWARE.
 #define EXTENSION_EVENT_BASE 64
 #define EXTENSION_BASE 128
 
-typedef unsigned long PIXEL;
 typedef unsigned long ATOM;
 
-
 #ifndef TRUE
 #define TRUE 1
 #define FALSE 0
-- 
1.7.3.5



More information about the xorg-devel mailing list