]> git.sesse.net Git - vlc/commit
Extensions: call lua_DialogFlush after Lua call
authorJean-Philippe André <jpeg@videolan.org>
Wed, 3 Feb 2010 13:31:07 +0000 (14:31 +0100)
committerJean-Philippe André <jpeg@videolan.org>
Wed, 3 Feb 2010 16:14:00 +0000 (17:14 +0100)
commit1f3bd0cc834eeade41efbea617c013cce70c93b7
tree0e21964a4ad0e6d8d044b8dd3c5549df0f472410
parent7dcda04feccf4bbd9099944319719d382e08ef82
Extensions: call lua_DialogFlush after Lua call

This flushes the dialog (updates it at the UI level) after a Lua
function return.
modules/misc/lua/extension.c
modules/misc/lua/extension.h
modules/misc/lua/extension_thread.c
modules/misc/lua/libs/dialog.c