mesa/patches/src_glx_dri_common.h.diff

14 lines
372 B
Diff
Raw Normal View History

2023-08-08 18:36:56 +02:00
--- a/src/glx/dri_common.h
+++ b/src/glx/dri_common.h
2024-11-26 12:21:43 +01:00
@@ -56,6 +56,10 @@ extern struct glx_config *driConvertConf
2023-08-08 18:36:56 +02:00
2024-11-26 12:21:43 +01:00
extern void driDestroyConfigs(const struct dri_config **configs);
2023-08-08 18:36:56 +02:00
+#ifndef __GLXDRIdrawable
+typedef struct __GLXDRIdrawableRec __GLXDRIdrawable;
+#endif
+
extern __GLXDRIdrawable *
driFetchDrawable(struct glx_context *gc, GLXDrawable glxDrawable);