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/state.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/state.c')
-rw-r--r-- | src/mesa/main/state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c index 2c3177b9e2d..19d58b596f2 100644 --- a/src/mesa/main/state.c +++ b/src/mesa/main/state.c @@ -463,7 +463,7 @@ _mesa_update_state_locked( GLcontext *ctx ) _mesa_update_stencil( ctx ); #if FEATURE_pixel_transfer - if (new_state & _IMAGE_NEW_TRANSFER_STATE) + if (new_state & _MESA_NEW_TRANSFER_STATE) _mesa_update_pixel( ctx, new_state ); #endif |