diff options
author | Michal Krol <[email protected]> | 2006-02-13 10:56:54 +0000 |
---|---|---|
committer | Michal Krol <[email protected]> | 2006-02-13 10:56:54 +0000 |
commit | c92e688e151748d235b8477fe30888a9dded765d (patch) | |
tree | bd8e8617bab99823cd0fd4e959722808f50046db /src/mesa | |
parent | 170f08d4b16e8a24d5a07378582eba542f7e8844 (diff) |
Rename current glsl program variable.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/mtypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 87e13f5e62c..0712fd413ef 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -1949,7 +1949,7 @@ struct gl_query_state */ struct gl_shader_objects_state { - struct gl2_program_intf **current_program; + struct gl2_program_intf **CurrentProgram; }; |