Fix build on -STABLE.

This commit is contained in:
Joe Marcus Clarke 2003-05-04 01:53:07 +00:00
parent 008549a09d
commit 09e61c309c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80091

View File

@ -0,0 +1,11 @@
--- gdk/x11/gdkglwindow-x11.c.orig Sat May 3 21:50:19 2003
+++ gdk/x11/gdkglwindow-x11.c Sat May 3 21:50:44 2003
@@ -95,7 +95,7 @@
void
_gdk_gl_window_destroy (GdkGLWindow *glwindow)
{
- GdkGLWindowImplX11 *impl = GDK_GL_WINDOW_IMPL_X11 (glwindow);;
+ GdkGLWindowImplX11 *impl = GDK_GL_WINDOW_IMPL_X11 (glwindow);
Display *xdisplay;
GdkGL_GLX_MESA_release_buffers *mesa_ext;