projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
170f08d
)
Rename current glsl program variable.
author
Michal Krol
<mjkrol@gmail.org>
Mon, 13 Feb 2006 10:56:54 +0000
(10:56 +0000)
committer
Michal Krol
<mjkrol@gmail.org>
Mon, 13 Feb 2006 10:56:54 +0000
(10:56 +0000)
src/mesa/main/mtypes.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/mtypes.h
b/src/mesa/main/mtypes.h
index 87e13f5e62c46d6348693273eebf6be53854d975..0712fd413ef84d61b92bd7cbec52bc4869f55e31 100644
(file)
--- 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_p
rogram;
+ struct gl2_program_intf **
CurrentP
rogram;
};