projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aab0ea9
)
xlib: Do not undefine _R, _G, and _B.
author
Vinson Lee
<vlee@freedesktop.org>
Sat, 27 Oct 2012 19:49:52 +0000
(12:49 -0700)
committer
Vinson Lee
<vlee@freedesktop.org>
Tue, 30 Oct 2012 05:25:56 +0000
(22:25 -0700)
Fixes build error on Cygwin and Solaris. _R, _G, and _B are used in
ctype.h on those platforms.
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/drivers/x11/xfonts.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/x11/xfonts.c
b/src/mesa/drivers/x11/xfonts.c
index 9957e8906dba6e84d8ce79f7da36ddcd84e49874..a92d24a9ab311642521774db0adaa8726250fb19 100644
(file)
--- a/
src/mesa/drivers/x11/xfonts.c
+++ b/
src/mesa/drivers/x11/xfonts.c
@@
-41,9
+41,6
@@
/* Some debugging info. */
#ifdef DEBUG
-#undef _R
-#undef _G
-#undef _B
#include <ctype.h>
int debug_xfonts = 0;