1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-15 03:27:35 +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:
pontscho 2001-09-06 13:59:05 +00:00
parent d2f5c270fd
commit ca06928606

View File

@ -202,7 +202,6 @@ void ChangeSkin( void )
void EventHandling( void ) void EventHandling( void )
{ {
wsHandleEvents(); wsHandleEvents();mplTimerHandler(0); // handle GUI timer events
//mplTimerHandler(0); // handle GUI timer events
if ( mplShMem->SkinChange ) ChangeSkin(); if ( mplShMem->SkinChange ) ChangeSkin();
} }