summaryrefslogtreecommitdiff
path: root/src/rendering.h
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-02-11 21:36:49 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-02-11 21:36:49 +0100
commit29805da671f7dd13f9e1b25800ac6a846391d355 (patch)
tree84ad3175240528a5e739fed896950f1dc4b2a245 /src/rendering.h
parent8c4b2e65c08ce0814e4d8059fc4df7c731b07ca5 (diff)
fixing use method
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 7609b8a..b70d366 100644
--- a/src/rendering.h
+++ b/src/rendering.h
@@ -60,5 +60,5 @@ struct atlas_s {
};
bool wayc_atlas_init(atlas_s* atlas, u32 width, u32 height);
-void wayc_atlas_use(atlas_s atlas, u32 slot);
+void wayc_atlas_use(atlas_s* atlas, u32 slot);
void wayc_atlas_deinit(atlas_s* atlas);