From 5e54281d71d3ab4c1ba19888bb1aac9ad51673d0 Mon Sep 17 00:00:00 2001 From: sanine-a Date: Wed, 16 Dec 2020 23:34:37 -0600 Subject: add textures to cairo bindings --- src/texture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/texture.c') diff --git a/src/texture.c b/src/texture.c index 32240c6..4dbc8d1 100644 --- a/src/texture.c +++ b/src/texture.c @@ -36,7 +36,7 @@ static void setup_texture(lua_State* L, honey_texture** tex, bool use_params) /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -static int honey_lua_texture_new(lua_State* L) +int honey_lua_texture_new(lua_State* L) { honey_texture* texture; int choice = honey_lua_parse_arguments(L, 2, 0, 1, HONEY_TABLE, NULL); -- cgit v1.2.1