src_glx_dri_common.h
authorDebian X Strike Force <debian-x@lists.debian.org>
Fri, 20 Sep 2024 18:57:00 +0000 (21:57 +0300)
committerTimo Aaltonen <tjaalton@debian.org>
Fri, 20 Sep 2024 18:57:00 +0000 (21:57 +0300)
Gbp-Pq: Name src_glx_dri_common.h.diff

src/glx/dri_common.h

index adb2aaf2dbe18a4934b7633e0c4a08126f06612f..5b31e6aaad61a4d24163d657d6368c4c124db17d 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);