Rename current glsl program variable.
authorMichal Krol <mjkrol@gmail.org>
Mon, 13 Feb 2006 10:56:54 +0000 (10:56 +0000)
committerMichal Krol <mjkrol@gmail.org>
Mon, 13 Feb 2006 10:56:54 +0000 (10:56 +0000)
src/mesa/main/mtypes.h

index 87e13f5e62c46d6348693273eebf6be53854d975..0712fd413ef84d61b92bd7cbec52bc4869f55e31 100644 (file)
@@ -1949,7 +1949,7 @@ struct gl_query_state
  */
 struct gl_shader_objects_state
 {
-   struct gl2_program_intf **current_program;
+   struct gl2_program_intf **CurrentProgram;
 };