mesa: s/FREE/free/
[mesa.git] / src / mesa / drivers / x11 / xmesa.h
index 98737fab248e06ebcbfe83bc91829d1721a4d9f7..9030eb6c79f94074b1204e0fc360bde8d165a194 100644 (file)
@@ -77,12 +77,6 @@ extern "C" {
 #include "xmesa_x.h"
 #include "GL/gl.h"
 
-#ifdef AMIWIN
-#include <pragmas/xlib_pragmas.h>
-extern struct Library *XLibBase;
-#endif
-
-
 #define XMESA_MAJOR_VERSION 6
 #define XMESA_MINOR_VERSION 3
 
@@ -324,7 +318,7 @@ extern const char *XMesaGetString( XMesaContext c, int name );
  *
  * New in Mesa 2.3.
  */
-extern void XMesaGarbageCollect( void );
+extern void XMesaGarbageCollect( XMesaDisplay* dpy );