pipe/draw/draw_context.c:47: error: 'false' undeclared (first use in this function)
authorOliver McFadden <z3ro.geek@gmail.com>
Thu, 18 Oct 2007 16:01:42 +0000 (16:01 +0000)
committerOliver McFadden <z3ro.geek@gmail.com>
Thu, 18 Oct 2007 16:01:42 +0000 (16:01 +0000)
src/mesa/pipe/draw/draw_context.c

index e2521489037fefb438296ba1438963a52bbf0bc9..d2015bd514661b57dbae6e3a0b126dd8e9a19a5a 100644 (file)
@@ -44,7 +44,7 @@ struct draw_context *draw_create( void )
 #if defined(__i386__) || defined(__386__)
    draw->use_sse = getenv("GALLIUM_SSE") != NULL;
 #else
-   draw->use_sse = false;
+   draw->use_sse = FALSE;
 #endif
 
    /* create pipeline stages */