Package: mesa / 25.0.7-2~bpo12+1

src_glx_dri_common.h.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/src/glx/dri_common.h
+++ b/src/glx/dri_common.h
@@ -56,6 +56,10 @@ extern struct glx_config *driConvertConf
 
 extern void driDestroyConfigs(const struct dri_config **configs);
 
+#ifndef __GLXDRIdrawable
+typedef struct __GLXDRIdrawableRec __GLXDRIdrawable;
+#endif
+
 extern __GLXDRIdrawable *
 driFetchDrawable(struct glx_context *gc, GLXDrawable glxDrawable);