Changeset 1509637ac9b58048bf173c96b9323320c16da4f7
- Timestamp:
- 05/03/07 01:48:23
(2 years ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1173055703 +0000
- git-parent:
[970d0bcde179c169bb5b5ceeee9264b27a691c27]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1173055703 +0000
- Message:
Mac OS X gui: Fix a rare bug of non-update of the vout's title. The manage-ing thread can't be trust on input change.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r970d0bc |
r1509637 |
|
| 198 | 198 | p_intf->p_sys->b_intf_update = VLC_TRUE; |
|---|
| 199 | 199 | p_intf->p_sys->b_playmode_update = VLC_TRUE; |
|---|
| | 200 | p_intf->p_sys->b_current_title_update = VLC_TRUE; |
|---|
| 200 | 201 | return VLC_SUCCESS; |
|---|
| 201 | 202 | } |
|---|