From 41ce98080cbd98fb2d57b0686ed5297d8fcc9cf3 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Tue, 10 Feb 2026 16:50:17 +0100 Subject: rename more --- src/window.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/window.h') diff --git a/src/window.h b/src/window.h index 305956b..82886be 100644 --- a/src/window.h +++ b/src/window.h @@ -8,9 +8,9 @@ typedef u32 window_id_t; enum window_error_e : u8 { WINDOW_ERROR_NONE = 0, - WINDOW_ERROR_CREATION_WL_SURFACE, - WINDOW_ERROR_CREATION_XDG_SURFACE, - WINDOW_ERROR_CREATION_XDG_TOPLEVEL, + WINDOW_ERROR_WL_SURFACE_CREATION, + WINDOW_ERROR_XDG_SURFACE_CREATION, + WINDOW_ERROR_XDG_TOPLEVEL_CREATION, }; struct window_s { -- cgit v1.2.3