summaryrefslogtreecommitdiff
path: root/src/text.h
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-02-12 22:20:50 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-02-12 22:20:50 +0100
commit5630b919ea8cd4432fc3a9ce722e37a9e2740b40 (patch)
treea5b32b7c91a2f58a36486cf5293c326eb0168374 /src/text.h
parent8c290571c921098b22d8280bfde784e588eeb69d (diff)
add detail error
Diffstat (limited to 'src/text.h')
-rw-r--r--src/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.h b/src/text.h
index 476bfe0..6b74e34 100644
--- a/src/text.h
+++ b/src/text.h
@@ -32,7 +32,7 @@ void wayc_font_context_deinit(struct font_context_s* context);
enum font_error_e : u8 {
FONT_ERROR_NONE = 0,
FONT_ERROR_LOAD_FACE,
-
+ FONT_ERROR_ATLAS_FAILED,
};
struct font_s {