projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18c5166
)
Initialize Line._Width
author
Keith Whitwell
<keith@tungstengraphics.com>
Tue, 27 Feb 2001 16:14:35 +0000
(16:14 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Tue, 27 Feb 2001 16:14:35 +0000
(16:14 +0000)
src/mesa/main/context.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/context.c
b/src/mesa/main/context.c
index 7d0e427f40d67e028e4cc85ab9e2c5f70ae34831..b8c263ad0e6193b512a15197327241d790b0c276 100644
(file)
--- a/
src/mesa/main/context.c
+++ b/
src/mesa/main/context.c
@@
-1,4
+1,4
@@
-/* $Id: context.c,v 1.12
2 2001/02/26 23:58:12 brianp
Exp $ */
+/* $Id: context.c,v 1.12
3 2001/02/27 16:14:35 keithw
Exp $ */
/*
* Mesa 3-D graphics library
@@
-974,6
+974,7
@@
init_attrib_groups( GLcontext *ctx )
ctx->Line.SmoothFlag = GL_FALSE;
ctx->Line.StippleFlag = GL_FALSE;
ctx->Line.Width = 1.0;
+ ctx->Line._Width = 1.0;
ctx->Line.StipplePattern = 0xffff;
ctx->Line.StippleFactor = 1;