projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c96822c
)
Fix compile on 64-bit.
author
Kenneth Graunke
<kenneth@whitecape.org>
Thu, 17 Jun 2010 22:28:13 +0000
(15:28 -0700)
committer
Ian Romanick
<ian.d.romanick@intel.com>
Sat, 19 Jun 2010 08:29:17 +0000
(
01:29
-0700)
program.h
patch
|
blob
|
history
diff --git
a/program.h
b/program.h
index 8d4088ddddeec0b29a4d35c1cb867bd2c91e9158..44cf3456355eb8f5421eac891ca418ddbfc02ec3 100644
(file)
--- a/
program.h
+++ b/
program.h
@@
-33,7
+33,7
@@
struct glsl_shader {
GLboolean DeletePending;
GLboolean CompileStatus;
const GLchar *Source; /**< Source code string */
-
GLuin
t SourceLen;
+
size_
t SourceLen;
GLchar *InfoLog;
struct exec_list ir;