diff options
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, |
