summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Krol <mjkrol@gmail.org>2006-02-13 10:56:54 +0000
committerMichal Krol <mjkrol@gmail.org>2006-02-13 10:56:54 +0000
commitc92e688e151748d235b8477fe30888a9dded765d (patch)
treebd8e8617bab99823cd0fd4e959722808f50046db
parent170f08d4b16e8a24d5a07378582eba542f7e8844 (diff)
Rename current glsl program variable.
-rw-r--r--src/mesa/main/mtypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 87e13f5e62..0712fd413e 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;
};