From abf083124e1e71d7f3ca4e74f57a272234516656 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Tue, 10 Feb 2026 16:49:20 +0100 Subject: rename errors --- src/utils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index a7b0702..a4467d3 100644 --- a/src/utils.h +++ b/src/utils.h @@ -2,6 +2,7 @@ #include #include +#include #include #include @@ -37,7 +38,7 @@ 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; +typedef struct wl_egl_window* wl_egl_window_t; static inline u32 wayc_min(u32 a, u32 b) { return a > b ? a : b; } -- cgit v1.2.3