diff options
author | Brian <[email protected]> | 2008-03-18 17:15:25 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2008-03-18 17:18:11 -0600 |
commit | d946b55543e483a15d8efbe4022d895c8444f6ac (patch) | |
tree | a8a26d04ac69e69955cc113ca7ce2753a3dcb0e6 /src/gallium | |
parent | e5b19a0f833b5a3d5ffcf50d25a620d00bd8914b (diff) |
gallium: s/copy_pixels_state/blit_state
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/auxiliary/util/u_blit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_blit.h b/src/gallium/auxiliary/util/u_blit.h index 0a8e05f88bf..a349be99ad8 100644 --- a/src/gallium/auxiliary/util/u_blit.h +++ b/src/gallium/auxiliary/util/u_blit.h @@ -34,7 +34,7 @@ struct pipe_context; struct pipe_surface; -struct copy_pixels_state; +struct blit_state; extern struct blit_state * |