summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlp Toker <alp@toker.com>2008-01-15 16:34:57 -0500
committerSøren Sandmann Pedersen <sandmann@redhat.com>2008-01-15 16:34:57 -0500
commit45074018c3c221272719ecb2bf9f4ec66ffb8729 (patch)
treefa3c12a9cac2f62c0015fc832ba2dc45b1f74804
parente0af5922cdc5caa97cfb822b792d744e28a3bb37 (diff)
Avoid use of C++ keyword xor in header
-rw-r--r--pixman/pixman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pixman/pixman.h b/pixman/pixman.h
index 7248f86..2fd3133 100644
--- a/pixman/pixman.h
+++ b/pixman/pixman.h
@@ -370,7 +370,7 @@ pixman_bool_t pixman_fill (uint32_t *bits,
int y,
int width,
int height,
- uint32_t xor);
+ uint32_t _xor);
/*
* Images
*/