fix GL_BACK color material bug
[mesa.git] / src / mesa / drivers / svga / svgamesa32.c
index f588d42952b1606a9464358017380728e659f3c3..1fbef3d26d15facbab4db167a9554dda37164fa6 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: svgamesa32.c,v 1.5 2000/01/25 20:21:19 brianp Exp $ */
+/* $Id: svgamesa32.c,v 1.7 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"
@@ -202,5 +206,16 @@ void __read_rgba_pixels32( const GLcontext *ctx,
    }
 }
 
+
+#else
+
+
+/* silence compiler warning */
+extern void _mesa_svga32_dummy_function(void);
+void _mesa_svga32_dummy_function(void)
+{
+}
+
+
 #endif