comparison src/video/x11/SDL_x11opengl.h @ 1953:214880ed48c3

We're not querying the glX attributes anymore...
author Sam Lantinga <slouken@libsdl.org>
date Fri, 28 Jul 2006 08:46:24 +0000
parents 420716272158
children 99210400e8b9
comparison
equal deleted inserted replaced
1952:420716272158 1953:214880ed48c3
48 (Display * dpy, GLXDrawable drawable, GLXContext ctx); 48 (Display * dpy, GLXDrawable drawable, GLXContext ctx);
49 49
50 void (*glXSwapBuffers) 50 void (*glXSwapBuffers)
51 (Display * dpy, GLXDrawable drawable); 51 (Display * dpy, GLXDrawable drawable);
52 52
53 int (*glXGetConfig)
54 (Display * dpy, XVisualInfo * visual_info, int attrib, int *value);
55
56 int (*glXSwapIntervalSGI) (int interval); 53 int (*glXSwapIntervalSGI) (int interval);
57 GLint(*glXSwapIntervalMESA) (unsigned interval); 54 GLint(*glXSwapIntervalMESA) (unsigned interval);
58 GLint(*glXGetSwapIntervalMESA) (void); 55 GLint(*glXGetSwapIntervalMESA) (void);
59 }; 56 };
60 57