From 346f4d3c11b7299b10617606d8c830c4ccf1ff48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tapani=20P=C3=A4lli?= Date: Mon, 30 Dec 2024 16:39:55 +0200 Subject: [PATCH] dri: remove GLsync typedef MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was previously used with interop extension but since then it has been changed to use mesa_glinterop_flush_out instead. This typedef is causing some compilation issues, so remove it. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/12378 Signed-off-by: Tapani Pälli Reviewed-by: Marek Olšák Reviewed-by: Adam Jackson Part-of: --- include/GL/internal/dri_interface.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/GL/internal/dri_interface.h b/include/GL/internal/dri_interface.h index 87c046b2545..a4d576ecda2 100644 --- a/include/GL/internal/dri_interface.h +++ b/include/GL/internal/dri_interface.h @@ -442,7 +442,6 @@ struct mesa_glinterop_device_info; struct mesa_glinterop_export_in; struct mesa_glinterop_export_out; struct mesa_glinterop_flush_out; -typedef struct __GLsync *GLsync; struct __DRI2interopExtensionRec { __DRIextension base;