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 87e13f5..0712fd4 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;
 };