i915g: Use boolean

This commit is contained in:
Jakob Bornecrantz 2009-09-23 11:53:50 -07:00
parent c3663bdc35
commit 60d72d9e45
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ i915_scanout_layout(struct i915_texture *tex)
struct pipe_texture *pt = &tex->base;
if (pt->last_level > 0 || pt->block.size != 4)
return 0;
return FALSE;
i915_miptree_set_level_info(tex, 0, 1,
tex->base.width[0],