diff options
author | Brian Paul <[email protected]> | 2000-10-28 20:41:13 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-10-28 20:41:13 +0000 |
commit | c893a015d8a50a38cd3f727d99835e7e7e2ccea9 (patch) | |
tree | 49ceb3610b183301b64916d54fd74d13a5c3a31c /src/mesa/main/image.c | |
parent | ba643a2094a1e844b6ce60f468057057557859ce (diff) |
New colormac.h file for color-related macros.
Lot's of clean-up in macros.h and mmath.h
Diffstat (limited to 'src/mesa/main/image.c')
-rw-r--r-- | src/mesa/main/image.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/image.c b/src/mesa/main/image.c index af60908280c..7c4fa887825 100644 --- a/src/mesa/main/image.c +++ b/src/mesa/main/image.c @@ -1,4 +1,4 @@ -/* $Id: image.c,v 1.43 2000/10/05 16:22:22 brianp Exp $ */ +/* $Id: image.c,v 1.44 2000/10/28 20:41:14 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -29,6 +29,7 @@ #include "all.h" #else #include "glheader.h" +#include "colormac.h" #include "context.h" #include "image.h" #include "imaging.h" |