projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c65928
)
gallium: Add extern keyword to global.
author
José Fonseca
<jrfonseca@tungstengraphics.com>
Tue, 29 Jan 2008 02:21:29 +0000
(11:21 +0900)
committer
Ben Skeggs
<skeggsb@gmail.com>
Fri, 15 Feb 2008 02:50:24 +0000
(13:50 +1100)
src/mesa/pipe/draw/draw_vf.h
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/draw/draw_vf.h
b/src/mesa/pipe/draw/draw_vf.h
index 7d90f35b0f48ef069d837be487b303226d7c6f0c..c0fa063c52f5c4e4460dbce8e5da014beaf03993 100644
(file)
--- a/
src/mesa/pipe/draw/draw_vf.h
+++ b/
src/mesa/pipe/draw/draw_vf.h
@@
-195,7
+195,8
@@
struct draw_vf_format_info {
const unsigned attrsize;
};
-const struct draw_vf_format_info draw_vf_format_info[DRAW_EMIT_MAX];
+extern const struct draw_vf_format_info
+draw_vf_format_info[DRAW_EMIT_MAX];
#endif