Fix build on -STABLE.
This commit is contained in:
parent
008549a09d
commit
09e61c309c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80091
11
x11-toolkits/gtkglext/files/patch-gdk_x11_gdkglwindow-x11.c
Normal file
11
x11-toolkits/gtkglext/files/patch-gdk_x11_gdkglwindow-x11.c
Normal 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;
|
||||
|
Loading…
Reference in New Issue
Block a user