diff options
author | Jon Taylor <[email protected]> | 2000-06-11 20:11:55 +0000 |
---|---|---|
committer | Jon Taylor <[email protected]> | 2000-06-11 20:11:55 +0000 |
commit | ffd561e4b5dcc0f13d30519f08af0f2b5aba1419 (patch) | |
tree | d692d043e7d3702081eec3456b1040d1f26127ee /src/mesa/drivers/ggi/include | |
parent | 7b2c0f9148eb7eb30326173899ed366fcef8d437 (diff) |
Lots of small updates to GGIMesa, tracking LibGGI internals changes
Diffstat (limited to 'src/mesa/drivers/ggi/include')
-rw-r--r-- | src/mesa/drivers/ggi/include/ggi/mesa/ggimesa_int.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/ggi/include/ggi/mesa/ggimesa_int.h b/src/mesa/drivers/ggi/include/ggi/mesa/ggimesa_int.h index 0589991ce9d..ae4a3c5825a 100644 --- a/src/mesa/drivers/ggi/include/ggi/mesa/ggimesa_int.h +++ b/src/mesa/drivers/ggi/include/ggi/mesa/ggimesa_int.h @@ -4,6 +4,8 @@ #include <ggi/internal/internal.h> #include "ggimesa.h" +#define GGI_SYMNAME_PREFIX "MesaGGIdl_" + extern ggi_extid ggiMesaID; ggifunc_setmode GGIMesa_setmode; |