Module: Mesa
Branch: master
Commit: e3e5faba89996c64f6d5b5a00b9028900ddbd64f
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3e5faba89996c64f6d5b5a00b9028900ddbd64f

Author: Zack Rusin <za...@vmware.com>
Date:   Mon Apr 19 13:30:16 2010 -0400

draw llvm: fix typo (boolean, not bool)

---

 src/gallium/auxiliary/draw/draw_private.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/draw/draw_private.h 
b/src/gallium/auxiliary/draw/draw_private.h
index 2ef05ce..fa20c8e 100644
--- a/src/gallium/auxiliary/draw/draw_private.h
+++ b/src/gallium/auxiliary/draw/draw_private.h
@@ -251,7 +251,7 @@ struct draw_context
 
 #ifdef HAVE_LLVM
    LLVMExecutionEngineRef engine;
-   bool use_llvm;
+   boolean use_llvm;
 #endif
    void *driver_private;
 };

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to