From adb1a2911aaaa2dad09b955b20834eb3e1e9caf7 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 25 Feb 2003 19:27:06 +0000 Subject: move matrix type enum out of GLmatrix struct --- src/mesa/math/m_debug_xform.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 1feb3cffe1..7879660fdf 100644 --- a/src/mesa/math/m_debug_xform.c +++ b/src/mesa/math/m_debug_xform.c @@ -1,4 +1,4 @@ -/* $Id: m_debug_xform.c,v 1.11 2002/12/04 14:24:44 brianp Exp $ */ +/* $Id: m_debug_xform.c,v 1.12 2003/02/25 19:27:07 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -106,7 +106,7 @@ static int *templates[7] = { m_2d_no_rot, m_3d }; -static int mtypes[7] = { +static enum matrix_type mtypes[7] = { MATRIX_GENERAL, MATRIX_IDENTITY, MATRIX_3D_NO_ROT, -- cgit v1.2.3