Lua: Action Script Dialog & MessageBox

This commit is contained in:
Robin Gareus 2017-04-24 22:12:09 +02:00
parent 7652f4edf2
commit f5995661d0
5 changed files with 700 additions and 0 deletions

View file

@ -87,6 +87,7 @@ public:
static void register_classes (lua_State* L);
static void register_hooks (lua_State* L);
static void bind_cairo (lua_State* L);
static void bind_dialog (lua_State* L);
static void render_action_icon (cairo_t* cr, int w, int h, uint32_t c, void* i);