diff src/video/x11/SDL_x11gl_c.h @ 1315:e94b0d7c33bc

Merged useful fixes from 1.3 branch
author Sam Lantinga <slouken@libsdl.org>
date Wed, 01 Feb 2006 08:17:54 +0000
parents c9b51268668f
children 19418e4422cb
line wrap: on
line diff
--- a/src/video/x11/SDL_x11gl_c.h	Wed Feb 01 08:03:04 2006 +0000
+++ b/src/video/x11/SDL_x11gl_c.h	Wed Feb 01 08:17:54 2006 +0000
@@ -43,13 +43,13 @@
     XVisualInfo* (*glXChooseVisual)
 		( Display*		dpy,
 		  int			screen,
-		  int*		attribList );
+		  int*			attribList );
 
     GLXContext (*glXCreateContext)
 		( Display*		dpy,
-		  XVisualInfo*	vis,
+		  XVisualInfo*		vis,
 		  GLXContext		shareList,
-		  Bool		direct );
+		  Bool			direct );
 
     void (*glXDestroyContext)
 		( Display* 		dpy,
@@ -70,13 +70,9 @@
 	   int attrib,
 	   int* value );
 
-    void (*glXReleaseBuffersMESA)
-	 ( Display* dpy,
-	   GLXDrawable drawable );
-
     const char *(*glXQueryExtensionsString)
 	    ( Display* dpy,
-	      int screen);
+	      int screen );
 
     
 #endif /* HAVE_OPENGL_X11 */