src_glx_dri_common.h
authorDebian X Strike Force <debian-x@lists.debian.org>
Thu, 20 Mar 2025 14:52:21 +0000 (16:52 +0200)
committerTimo Aaltonen <tjaalton@debian.org>
Thu, 20 Mar 2025 14:52:21 +0000 (16:52 +0200)
Gbp-Pq: Name src_glx_dri_common.h.diff

src/glx/dri_common.h

index ff7fce93255ddd91fc94c06326a80a39ae57d1a9..e26f247b7101776e3a2b3812383beb8864b517b0 100644 (file)
@@ -56,6 +56,10 @@ extern struct glx_config *driConvertConfigs(struct glx_config * modes,
 
 extern void driDestroyConfigs(const struct dri_config **configs);
 
+#ifndef __GLXDRIdrawable
+typedef struct __GLXDRIdrawableRec __GLXDRIdrawable;
+#endif
+
 extern __GLXDRIdrawable *
 driFetchDrawable(struct glx_context *gc, GLXDrawable glxDrawable);