projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f39fcfc
)
src_glx_dri_common.h
author
Debian X Strike Force
<debian-x@lists.debian.org>
Mon, 3 Feb 2025 07:40:16 +0000
(08:40 +0100)
committer
Emilio Pozuelo Monfort
<pochu@debian.org>
Mon, 3 Feb 2025 07:40:16 +0000
(08:40 +0100)
Gbp-Pq: Name src_glx_dri_common.h.diff
src/glx/dri_common.h
patch
|
blob
|
history
diff --git
a/src/glx/dri_common.h
b/src/glx/dri_common.h
index ff7fce93255ddd91fc94c06326a80a39ae57d1a9..e26f247b7101776e3a2b3812383beb8864b517b0 100644
(file)
--- a/
src/glx/dri_common.h
+++ b/
src/glx/dri_common.h
@@
-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);