diff options
author | Brian Paul <[email protected]> | 2005-01-16 19:39:10 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-01-16 19:39:10 +0000 |
commit | 169a723d2ba90f91e3c16f7e186d0ed238da9a65 (patch) | |
tree | 2aad5159ebd51de858142b271efbd4851add5bca /src/mesa/sources | |
parent | c07ec046b7492602f32f9139a13bfcc8db0253c3 (diff) |
_mesa_GetInteger/Float/Boolean/Doublev() are now generated with the new
get_gen.py Python script.
Moved GetString(), GetPointer(), GetError() into new getstring.c file.
Diffstat (limited to 'src/mesa/sources')
-rw-r--r-- | src/mesa/sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index fcbd93b223b..d8fdde1fdb1 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -26,6 +26,7 @@ MAIN_SOURCES = \ main/feedback.c \ main/fog.c \ main/get.c \ + main/getstring.c \ main/hash.c \ main/hint.c \ main/histogram.c \ |