diff options
author | Brian Paul <[email protected]> | 2009-02-10 15:43:05 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-02-10 15:53:35 -0700 |
commit | 1ed5fe5cbfb64c57997ec46684748f8ae516d19c (patch) | |
tree | 2bb167d63c7c7362a2c0206faa09927f2c33b9f7 /src/mesa/main/pixel.c | |
parent | 46ae1abbac6837d051c10b2e8b57eab3d4958ff4 (diff) |
mesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_STATE/ to be more consistant with other flags
Diffstat (limited to 'src/mesa/main/pixel.c')
-rw-r--r-- | src/mesa/main/pixel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/pixel.c b/src/mesa/main/pixel.c index 8d24a201f07..52781e048ec 100644 --- a/src/mesa/main/pixel.c +++ b/src/mesa/main/pixel.c @@ -828,7 +828,7 @@ void _mesa_update_pixel( GLcontext *ctx, GLuint new_state ) /* References ColorMatrix.type (derived above). */ - if (new_state & _IMAGE_NEW_TRANSFER_STATE) + if (new_state & _MESA_NEW_TRANSFER_STATE) update_image_transfer_state(ctx); } |