move config options to same place as other drivers (again for S3TC patch later)
authorDave Airlie <airliedfreedesktop.org>
Thu, 15 Jul 2004 08:50:27 +0000 (08:50 +0000)
committerDave Airlie <airliedfreedesktop.org>
Thu, 15 Jul 2004 08:50:27 +0000 (08:50 +0000)
src/mesa/drivers/dri/i915/intel_context.c
src/mesa/drivers/dri/i915/intel_screen.c

index 1248943..29f5c64 100644 (file)
@@ -68,9 +68,6 @@ char *prevLockFile;
 int prevLockLine;
 #endif
 
-const char __driConfigOptions[] = { 0 };
-const GLuint __driNConfigOptions = 0;
-
 /***************************************
  * Mesa's Driver Functions
  ***************************************/
index 0b033bb..e7e9b12 100644 (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*/