]> git.pld-linux.org Git - packages/allegro5.git/blame - allegro5-glx.patch
flac rebuild
[packages/allegro5.git] / allegro5-glx.patch
CommitLineData
89e03088
JB
1#--- allegro-5.0.10/include/allegro5/opengl/GLext/glx_ext_api.h.orig 2010-04-22 14:52:57.000000000 +0200
2#+++ allegro-5.0.10/include/allegro5/opengl/GLext/glx_ext_api.h 2013-12-07 10:19:27.649747540 +0100
3#@@ -61,6 +61,7 @@
4#
5# #ifdef _ALLEGRO_GLX_EXT_import_context
6# /* GLX_EXT_import_context */
7#+typedef XID GLXContextID;
8# AGL_API(Display *, GetCurrentDisplayEXT, (void))
9# AGL_API(int, QueryContextInfoEXT, (Display *, GLXContext, int, int *))
10# AGL_API(GLXContextID, GetContextIDEXT, (const GLXContext))
11--- allegro-5.0.10/include/allegro5/opengl/gl_ext.h.orig 2013-12-07 11:15:41.336272630 +0100
12+++ allegro-5.0.10/include/allegro5/opengl/gl_ext.h 2013-12-07 11:16:40.576270143 +0100
13@@ -15,6 +15,10 @@
14 #undef GL_WIN_draw_range_elements
15 #endif
16
17+#include <X11/X.h>
18+/* for GLX_EXT_import_context */
19+typedef XID GLXContextID;
20+
21 /* GL extension definitions. */
22
23 /* For example:
This page took 0.099438 seconds and 4 git commands to generate.