ilo: replace a boolean by bool

bool is used internally.  This is just cosmetic.
This commit is contained in:
Chia-I Wu
2013-06-20 11:38:28 +08:00
parent 8b2cba8f97
commit bbd2d575e6
+1 -1
View File
@@ -53,7 +53,7 @@ struct ilo_3d {
struct {
struct pipe_query *query;
unsigned mode;
boolean cond;
bool cond;
} render_condition;
struct list_head occlusion_queries;