diff options
author | Adam Jackson <[email protected]> | 2004-12-16 00:23:47 +0000 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2004-12-16 00:23:47 +0000 |
commit | d16aa9859c9f5a3a7bf74a13dbbdd20688d3ad84 (patch) | |
tree | 7498a75253d770fcca21a540a83fe975d9946fbd /src/mesa/drivers/dri/tdfx | |
parent | 3d7aec70c983ed12beac0ad0aa528ac270b6b01a (diff) |
Also PUBLICize the config option table
Diffstat (limited to 'src/mesa/drivers/dri/tdfx')
-rw-r--r-- | src/mesa/drivers/dri/tdfx/tdfx_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/tdfx/tdfx_context.c b/src/mesa/drivers/dri/tdfx/tdfx_context.c index 683c9bd5f24..c1491ce472b 100644 --- a/src/mesa/drivers/dri/tdfx/tdfx_context.c +++ b/src/mesa/drivers/dri/tdfx/tdfx_context.c @@ -61,7 +61,7 @@ #include "utils.h" -const char __driConfigOptions[] = { 0 }; +PUBLIC const char __driConfigOptions[] = { 0 }; const GLuint __driNConfigOptions = 0; /** |