summaryrefslogtreecommitdiff
path: root/XIproto.h
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@jazzy.liafa.jussieu.fr>2008-10-15 10:33:51 +0200
committerJulien Cristau <jcristau@jazzy.liafa.jussieu.fr>2008-10-15 10:33:51 +0200
commit36c8a6f3faf56a8f8ca31455812c9132b379b1b3 (patch)
tree7668bc3837057a545f032260ca67979d311f0257 /XIproto.h
parentc919917e375aefaf473570c1b25b3c22231e858d (diff)
Undef Atom after we're done so we don't pollute users of XIproto.h
Diffstat (limited to 'XIproto.h')
-rw-r--r--XIproto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/XIproto.h b/XIproto.h
index 4d8fb19..f167f1c 100644
--- a/XIproto.h
+++ b/XIproto.h
@@ -2140,5 +2140,6 @@ typedef struct
#undef Time
#undef KeyCode
#undef Mask
+#undef Atom
#endif