src_glx_dri_common.h
authorDebian X Strike Force <debian-x@lists.debian.org>
Fri, 24 May 2024 10:55:59 +0000 (10:55 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Fri, 24 May 2024 10:55:59 +0000 (10:55 +0000)
Gbp-Pq: Name src_glx_dri_common.h.diff

src/glx/dri_common.h

index d762308a4fb337a47761705747a509aa9b1f5451..e0e0157499128b7ff9536419cdc3faf5851fbc00 100644 (file)
@@ -57,6 +57,10 @@ extern struct glx_config *driConvertConfigs(const __DRIcoreExtension * core,
 
 extern void driDestroyConfigs(const __DRIconfig **configs);
 
+#ifndef __GLXDRIdrawable
+typedef struct __GLXDRIdrawableRec __GLXDRIdrawable;
+#endif
+
 extern __GLXDRIdrawable *
 driFetchDrawable(struct glx_context *gc, GLXDrawable glxDrawable);