summaryrefslogtreecommitdiff
path: root/renderproto.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-08-31 14:28:03 -0700
committerEric Anholt <eric@anholt.net>2007-08-31 14:42:43 -0700
commit030dd885476b70c9054b6e4b50dfdbab12e73716 (patch)
tree88751da71935c2fa69f717ef63404202045407e4 /renderproto.h
parent76a3e69e8e5a761533fc4c752bf907c2440ea6b2 (diff)
Bug #7364: Fix the typedefs of GlyphSet, Picture, and PictFormat to be XIDs.
Without this, they would be 64-bit types on 64-bit X Servers, which occasionally resulted in incorrect unpacking.
Diffstat (limited to 'renderproto.h')
-rw-r--r--renderproto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/renderproto.h b/renderproto.h
index bdd4c74..ffe0639 100644
--- a/renderproto.h
+++ b/renderproto.h
@@ -46,7 +46,6 @@
#define PictFormat CARD32
#define Fixed INT32
#define Glyphset CARD32
-#define Glyph CARD32
/*
* data structures
@@ -660,6 +659,5 @@ typedef struct {
#undef PictFormat
#undef Fixed
#undef Glyphset
-#undef Glyph
#endif /* _XRENDERP_H_ */