Changeset 25314fa74d0249571274795804ad4a363af92d14

Show
Ignore:
Timestamp:
15/09/07 17:18:04 (1 year ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1189869484 +0000
git-parent:

[c819aa9cc21e67750067f5a127aecd6a1000014e]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1189869484 +0000
Message:

If LibVLC is closing, any interface should close, not just the main one

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • include/vlc_interface.h

    rf464bb3 r25314fa  
    124124/* If the interface is in the main thread, it should listen both to 
    125125 * p_intf->b_die and p_libvlc->b_die */ 
    126 #define intf_ShouldDie( p_intf ) (p_intf->b_die || (p_intf->b_block && p_intf->p_libvlc->b_die )
     126#define intf_ShouldDie( p_intf ) (p_intf->b_die || p_intf->p_libvlc->b_die
    127127 
    128128#define intf_Eject(a,b) __intf_Eject(VLC_OBJECT(a),b)