4f1e3321c7
Some checks failed
PikaOS Package Build Only (Canary) (i386) / build (push) Failing after 1s
PikaOS Package Build Only (Canary) (amd64-v3) / build (push) Has been cancelled
PikaOS Package Build Only (i386) / build (push) Failing after 1s
PikaOS Package Build Only (amd64-v3) / build (push) Failing after 1s
PikaOS Package Build & Release (Canary) (i386) / build (push) Failing after 1s
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Failing after 2m5s
PikaOS Package Build & Release (i386) / build (push) Failing after 0s
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 0s
14 lines
366 B
Diff
14 lines
366 B
Diff
--- a/src/glx/dri_common.h
|
|
+++ b/src/glx/dri_common.h
|
|
@@ -57,6 +57,10 @@ extern struct glx_config *driConvertConf
|
|
|
|
extern void driDestroyConfigs(const __DRIconfig **configs);
|
|
|
|
+#ifndef __GLXDRIdrawable
|
|
+typedef struct __GLXDRIdrawableRec __GLXDRIdrawable;
|
|
+#endif
|
|
+
|
|
extern __GLXDRIdrawable *
|
|
driFetchDrawable(struct glx_context *gc, GLXDrawable glxDrawable);
|
|
|