]> git.sesse.net Git - vlc/commit
macosx: Add own callback path for item-change
authorDavid Fuhrmann <dfuhrmann@videolan.org>
Wed, 29 Oct 2014 19:00:51 +0000 (20:00 +0100)
committerDavid Fuhrmann <dfuhrmann@videolan.org>
Wed, 29 Oct 2014 19:03:36 +0000 (20:03 +0100)
commit293ed5e2ce38aa632a47206ff260a49771e9f67b
tree850ccde677babf417e661e13a91533e4e6b83ff6
parentbdeab8dbc3322410de423305e513843fec644ba0
macosx: Add own callback path for item-change

The item-change callback might be called very often, and thus an
own code path is better, with only necessary updates.

Additionally, this fixes multiple resume playback dialogs occuring
at once when starting playback in certain situations.

refs #11981
modules/gui/macosx/intf.h
modules/gui/macosx/intf.m