mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 23:40:12 +01:00
Initialize Line._Width
This commit is contained in:
parent
18c516655f
commit
bed4c5bf58
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: context.c,v 1.122 2001/02/26 23:58:12 brianp Exp $ */
|
||||
/* $Id: context.c,v 1.123 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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue