summaryrefslogtreecommitdiff
path: root/src/rendering.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rendering.h')
-rw-r--r--src/rendering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rendering.h b/src/rendering.h
index 7e5e46e..98f70ce 100644
--- a/src/rendering.h
+++ b/src/rendering.h
@@ -64,6 +64,6 @@ struct atlas_s {
bool wayc_atlas_init(atlas_s* atlas, image_format_e format, u32 width,
u32 height);
void wayc_atlas_use(atlas_s* atlas, u32 slot);
-void wayc_atlas_set(atlas_s* atlas, image_data_type_e data_type, ivec2 offset,
+bool wayc_atlas_set(atlas_s* atlas, image_data_type_e data_type, ivec2 offset,
u32 width, u32 height, i32 alignment, const u8* data);
void wayc_atlas_deinit(atlas_s* atlas);