From 6e037ccc63cfc83ddda71824700ffa91ab9daab9 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Tue, 10 Feb 2026 16:46:07 +0100 Subject: dont need yet --- src/utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index b599a85..a7b0702 100644 --- a/src/utils.h +++ b/src/utils.h @@ -37,6 +37,8 @@ typedef struct xdg_wm_base* xdg_wm_base_t; typedef struct xdg_surface* xdg_surface_t; typedef struct xdg_toplevel* xdg_toplevel_t; +typedef struct wl_egl_surface* wl_egl_surface_t; + static inline u32 wayc_min(u32 a, u32 b) { return a > b ? a : b; } [[noreturn]] static inline void wayc_panic_impl(const char* file, int line, -- cgit v1.2.3