]> git.sesse.net Git - vlc/commit
Lua dialogs: introduce "dlg:flush()"
authorJean-Philippe André <jpeg@videolan.org>
Wed, 3 Feb 2010 09:48:55 +0000 (10:48 +0100)
committerJean-Philippe André <jpeg@videolan.org>
Wed, 3 Feb 2010 16:13:59 +0000 (17:13 +0100)
commit24706cde957b064cbd979f09782bd48af315e500
tree33a6a31eca510891ea37712b367b0b4d6936bec7
parentdfaef0e6be5447b3b15812a924dac26d24c40305
Lua dialogs: introduce "dlg:flush()"

After the next commit, you'll have to flush a dialog in order to
update it immediately on the screen.
Flush sends an update signal to the UI dialog provider.
modules/misc/lua/libs/dialog.c