diff options
author | sanine-a <sanine.not@pm.me> | 2020-12-16 23:34:37 -0600 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2020-12-16 23:34:37 -0600 |
commit | 5e54281d71d3ab4c1ba19888bb1aac9ad51673d0 (patch) | |
tree | 160c5bb300fa9b406cce9ceef5a4c9a608c07283 /src/texture.h | |
parent | 2263acad65be7c881e81f2dc845d4acaefb9603e (diff) |
add textures to cairo bindings
Diffstat (limited to 'src/texture.h')
-rw-r--r-- | src/texture.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/texture.h b/src/texture.h index e822a59..fbabdda 100644 --- a/src/texture.h +++ b/src/texture.h @@ -54,6 +54,8 @@ typedef struct { /** @brief Place the honey.texture bindings as a table on the stack. */ void honey_setup_texture(lua_State* L); +int honey_lua_texture_new(lua_State* L); + /** @brief Generate a texture. * * @param[out] texture Pointer to the destination texture. |