diff options
Diffstat (limited to 'src/honey.c')
-rw-r--r-- | src/honey.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/honey.c b/src/honey.c index fef75d7..793f5b5 100644 --- a/src/honey.c +++ b/src/honey.c @@ -129,6 +129,8 @@ bool honey_setup(lua_State** L) honey_setup_texture(*L); + honey_setup_cairo(*L); + lua_pushcfunction(*L, honey_exit); lua_setfield(*L, -2, "exit"); |