diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 16:46:07 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 16:46:07 +0100 |
| commit | 6e037ccc63cfc83ddda71824700ffa91ab9daab9 (patch) | |
| tree | f79d37cfe6971b823229719af89de137b907c3df /src/utils.h | |
| parent | 9030c54fab8c99df4f7327423590628b6e2306af (diff) | |
dont need yet
Diffstat (limited to 'src/utils.h')
| -rw-r--r-- | src/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
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, |
