summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compositeproto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/compositeproto.h b/compositeproto.h
index c57628c..2e392e2 100644
--- a/compositeproto.h
+++ b/compositeproto.h
@@ -51,6 +51,7 @@
#define Window CARD32
#define Region CARD32
+#define Pixmap CARD32
/*
* requests and replies
@@ -187,5 +188,6 @@ typedef struct {
#undef Window
#undef Region
+#undef Pixmap
#endif /* _COMPOSITEPROTO_H_ */