fix GL_BACK color material bug
[mesa.git] / src / mesa / drivers / svga / svgamesa15.c
index bc352878f99b005576aac74572b64f500916941a..28cd7a42642a03b82ce952162319fa7cfecaa190 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: svgamesa15.c,v 1.4 2000/01/25 00:03:01 brianp Exp $ */
+/* $Id: svgamesa15.c,v 1.6 2000/06/14 21:59:07 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
  * Additional authors:  Slawomir Szczyrba <steev@hot.pl>  (Mesa 3.2)
  */
 
+#ifdef HAVE_CONFIG_H
+#include "conf.h"
+#endif
+
 #ifdef SVGA
 
 #include "svgapix.h"
@@ -194,4 +198,14 @@ void __read_rgba_pixels15( const GLcontext *ctx,
    }
 }
 
+#else
+
+
+/* silence compiler warning */
+extern void _mesa_svga15_dummy_function(void);
+void _mesa_svga15_dummy_function(void)
+{
+}
+
+
 #endif