move config options to same place as other drivers (again for S3TC patch later)

This commit is contained in:
Dave Airlie 2004-07-15 08:50:27 +00:00
parent 620c998b16
commit 78e19b5f98
2 changed files with 3 additions and 3 deletions

View file

@ -68,9 +68,6 @@ char *prevLockFile;
int prevLockLine;
#endif
const char __driConfigOptions[] = { 0 };
const GLuint __driNConfigOptions = 0;
/***************************************
* Mesa's Driver Functions
***************************************/

View file

@ -43,6 +43,9 @@
#include "i830_dri.h"
const char __driConfigOptions[] = { 0 };
const GLuint __driNConfigOptions = 0;
#ifdef USE_NEW_INTERFACE
static PFNGLXCREATECONTEXTMODES create_context_modes = NULL;
#endif /*USE_NEW_INTERFACE*/