diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-23 08:54:16 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-23 08:54:16 -0600 |
commit | e14126ec811e4f37cf085be27cac4f750d9e011a (patch) | |
tree | e2a53b416284710cc35103da0cb7d94cffb324f2 /src/gallium/drivers/cell | |
parent | f1601c2b75ca4c2223079f676cf796843b284df2 (diff) |
gallium: change surface_copy()'s do_flip to boolean
Diffstat (limited to 'src/gallium/drivers/cell')
-rw-r--r-- | src/gallium/drivers/cell/ppu/cell_surface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_surface.c b/src/gallium/drivers/cell/ppu/cell_surface.c index 4a098101e1..18f3791924 100644 --- a/src/gallium/drivers/cell/ppu/cell_surface.c +++ b/src/gallium/drivers/cell/ppu/cell_surface.c @@ -60,7 +60,7 @@ cell_surface_data(struct pipe_context *pipe, static void cell_surface_copy(struct pipe_context *pipe, - unsigned do_flip, + boolean do_flip, struct pipe_surface *dst, unsigned dstx, unsigned dsty, struct pipe_surface *src, |