mirror of
https://github.com/mpv-player/mpv
synced 2025-02-14 19:07:14 +00:00
upsz ... timer disabling fix, sorry
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1862 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d2f5c270fd
commit
ca06928606
@ -202,7 +202,6 @@ void ChangeSkin( void )
|
||||
|
||||
void EventHandling( void )
|
||||
{
|
||||
wsHandleEvents();
|
||||
//mplTimerHandler(0); // handle GUI timer events
|
||||
wsHandleEvents();mplTimerHandler(0); // handle GUI timer events
|
||||
if ( mplShMem->SkinChange ) ChangeSkin();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user