diff options
author | Keith Whitwell <[email protected]> | 2004-01-05 09:43:42 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2004-01-05 09:43:42 +0000 |
commit | 790734045b69c47b1525fbf9106a7ca5a8eb7416 (patch) | |
tree | 6d071a1bfea29d14bc132414cc62a18e0b5fb51f /src/mesa/main | |
parent | effc73931f86c7961b4eb296d2d4c5d91624a9e3 (diff) |
Re-commit t_vertex.[ch] changes to fd.o server.
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/mtypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 7e14da25595..a5f7e366c1f 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -1871,7 +1871,7 @@ struct matrix_stack /** * \name Bits to indicate what state has changed. * - * 6 unused flags. + * 4 unused flags. */ /*@{*/ #define _NEW_MODELVIEW 0x1 /**< __GLcontextRec::ModelView */ |