diff options
author | Brian <[email protected]> | 2007-10-15 10:30:38 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-10-15 10:30:38 -0600 |
commit | 3eeef8aabe399a404d5c86dcc23066d9b5453a7f (patch) | |
tree | 247e1b6c349f9e3108f6114fd736f3b9aa29ee10 /src/mesa/pipe/draw/draw_private.h | |
parent | 66ea4b7c7c6c61cfacb3640cfc264cae575062cd (diff) |
Change 'drawing' field to boolean.
Diffstat (limited to 'src/mesa/pipe/draw/draw_private.h')
-rw-r--r-- | src/mesa/pipe/draw/draw_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/draw/draw_private.h b/src/mesa/pipe/draw/draw_private.h index 79b2176c59c..6aa4cd44a0b 100644 --- a/src/mesa/pipe/draw/draw_private.h +++ b/src/mesa/pipe/draw/draw_private.h @@ -181,7 +181,7 @@ struct draw_context uint attrib_front0, attrib_back0; uint attrib_front1, attrib_back1; - unsigned drawing; + boolean drawing; /**< do we presently have something queued for drawing? */ unsigned prim; /**< current prim type: PIPE_PRIM_x */ unsigned reduced_prim; |