Changeset a8cd696065beee48f46aa90f1cdf9c3828547b6a

Show
Ignore:
Timestamp:
04/09/06 23:48:45 (2 years ago)
Author:
Damien Fouilleul <damienf@videolan.org>
git-committer:
Damien Fouilleul <damienf@videolan.org> 1157406525 +0000
git-parent:

[199f4a0e93d12b6a1f47a869cd8d9e293fbe07df]

git-author:
Damien Fouilleul <damienf@videolan.org> 1157406525 +0000
Message:

input.c: fixed state (broke pause)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/input/input_internal.h

    r5b880a5 ra8cd696  
    160160{ 
    161161    vlc_value_t val; 
    162     val.i_int = state; 
     162    val.i_int = p_input->i_state = state; 
    163163    var_Change( p_input, "state", VLC_VAR_SETVALUE, &val, NULL ); 
    164164}