From 6dc85575000127630489b407c50a4b3ea87c9acb Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Thu, 17 Jul 2003 13:43:59 +0000 Subject: Merge Jose's documentation and core Mesa changes from embedded branch --- src/mesa/math/m_debug_xform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/math/m_debug_xform.c') diff --git a/src/mesa/math/m_debug_xform.c b/src/mesa/math/m_debug_xform.c index ba2701e179..e173d14bd5 100644 --- a/src/mesa/math/m_debug_xform.c +++ b/src/mesa/math/m_debug_xform.c @@ -105,7 +105,7 @@ static int *templates[7] = { m_2d_no_rot, m_3d }; -static enum matrix_type mtypes[7] = { +static enum GLmatrixtype mtypes[7] = { MATRIX_GENERAL, MATRIX_IDENTITY, MATRIX_3D_NO_ROT, -- cgit v1.2.3