Changeset 499b9cfb254c8a4000efd402019dc4ae495c6286
- Timestamp:
- 06/06/07 10:34:03
(1 year ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1181118843 +0000
- git-parent:
[4646b8a45d15d6842e42fc488bb1a338ec7a1d27]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1181118843 +0000
- Message:
cleanup
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc36f658 |
r499b9cf |
|
| 223 | 223 | p_osd->p_state->p_visible = p_osd->p_button; |
|---|
| 224 | 224 | |
|---|
| 225 | | if( !p_osd->p_state->p_visible->b_range ) |
|---|
| | 225 | if( !p_osd->p_state->p_visible->b_range ) |
|---|
| 226 | 226 | p_osd->p_state->p_visible->p_current_state = |
|---|
| 227 | 227 | osd_StateChange( p_osd->p_state->p_visible->p_states, OSD_BUTTON_SELECT ); |
|---|