From: Alp Toker Date: Tue, 15 Jan 2008 21:34:57 +0000 (-0500) Subject: Avoid use of C++ keyword xor in header X-Git-Tag: pixman-0.10.0~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=45074018c3c221272719ecb2bf9f4ec66ffb8729;p=platform%2Fupstream%2Fpixman.git Avoid use of C++ keyword xor in header --- 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 */