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/i810 | |
parent | f7c17fef7440f902786e2c3f567651c0f7840857 (diff) |
Provide dummy definitions of __driConfig externs
Diffstat (limited to 'src/mesa/drivers/dri/i810')
-rw-r--r-- | src/mesa/drivers/dri/i810/i810context.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i810/i810context.c b/src/mesa/drivers/dri/i810/i810context.c index d678aabc824..3bf0a81bcbb 100644 --- a/src/mesa/drivers/dri/i810/i810context.c +++ b/src/mesa/drivers/dri/i810/i810context.c @@ -62,6 +62,9 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. int I810_DEBUG = (0); #endif +const char __driConfigOptions[] = { 0 }; +const GLuint __driNConfigOptions = 0; + static const GLubyte *i810GetString( GLcontext *ctx, GLenum name ) { switch (name) { |