diff options
author | Keith Whitwell <[email protected]> | 2003-12-08 17:32:58 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2003-12-08 17:32:58 +0000 |
commit | 6b9e8279dd734d2fa82be485bd335262c2ad2b34 (patch) | |
tree | 9bc02c01aa300e081755ce00bad766bda97250a7 /src/mesa/drivers/dri/tdfx | |
parent | f7c17fef7440f902786e2c3f567651c0f7840857 (diff) |
Provide dummy definitions of __driConfig externs
Diffstat (limited to 'src/mesa/drivers/dri/tdfx')
-rw-r--r-- | src/mesa/drivers/dri/tdfx/tdfx_context.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/tdfx/tdfx_context.c b/src/mesa/drivers/dri/tdfx/tdfx_context.c index 2bc7de00e96..57ff4803a6d 100644 --- a/src/mesa/drivers/dri/tdfx/tdfx_context.c +++ b/src/mesa/drivers/dri/tdfx/tdfx_context.c @@ -54,6 +54,8 @@ #include "tnl/tnl.h" #include "tnl/t_pipeline.h" +const char __driConfigOptions[] = { 0 }; +const GLuint __driNConfigOptions = 0; /* * Enable/Disable the extensions for this context. |