Changeset eaddfc0bd90b5b87d284015dfecffd49eea22d22

Show
Ignore:
Timestamp:
08/09/08 22:17:25 (3 months ago)
Author:
Rémi Denis-Courmont <rdenis@simphalempin.com>
git-committer:
Rémi Denis-Courmont <rdenis@simphalempin.com> 1220905045 +0300
git-parent:

[f6ef7116fb262134293aa544f6f90a439d023a48]

git-author:
Rémi Denis-Courmont <rdenis@simphalempin.com> 1220904009 +0300
Message:

Do not hide an interface idle sleep from the compiler...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/macosx/intf.m

    rdfa0e1e readdfc0  
    13981398        vlc_mutex_unlock( &p_intf->change_lock ); 
    13991399 
    1400         vlc_object_timedwait( p_intf, 100000 + mdate()); 
     1400        msleep( INTF_IDLE_SLEEP ); 
    14011401    } 
    14021402    vlc_object_unlock( p_intf );