projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fab161f
)
glu/sgi: Initialize members of struct O_nurbscurve.
author
Vinson Lee
<vlee@vmware.com>
Sat, 2 Jan 2010 01:19:27 +0000
(17:19 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 2 Jan 2010 01:19:27 +0000
(17:19 -0800)
src/glu/sgi/libnurbs/internals/reader.h
patch
|
blob
|
history
diff --git
a/src/glu/sgi/libnurbs/internals/reader.h
b/src/glu/sgi/libnurbs/internals/reader.h
index e5ec1827dbf0ce2a078b01fc54d57a69dab34b04..faa26101cf327effb3b38679fb8a25c3ed36738d 100644
(file)
--- a/
src/glu/sgi/libnurbs/internals/reader.h
+++ b/
src/glu/sgi/libnurbs/internals/reader.h
@@
-77,7
+77,7
@@
struct O_nurbscurve : public PooledObj {
int save; /* 1 if in display list */
O_curve * owner; /* owning curve */
O_nurbscurve( long _type )
- {
type = _type; owner = 0; next = 0; used
= 0; }
+ {
bezier_curves = 0; type = _type; tesselation = 0; method = 0; next = 0; used = 0; save = 0; owner
= 0; }
};
class O_pwlcurve : public PooledObj {