lua: Fix segfault in messagebox.exec at 'align' and 'default'

- Set default values for 'show_buttons' and 'default_button'
   to the correct value
 - Set Lua api version to 1.60

Signed-off-by: M. Liebmann <tuxcode.bbg@gmail.com>
This commit is contained in:
TangoCash
2016-09-10 18:58:43 +02:00
committed by M. Liebmann
parent aa8a3849f4
commit 24dd6a8c22
2 changed files with 6 additions and 8 deletions

View File

@@ -4,4 +4,4 @@
* to luainstance.h changes
*/
#define LUA_API_VERSION_MAJOR 1
#define LUA_API_VERSION_MINOR 59
#define LUA_API_VERSION_MINOR 60