Changeset 067e6c3763b1b6755993cf7aeea52be2701d299b
- Timestamp:
- 05/04/08 20:36:09
(4 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1209926169 +0300
- git-parent:
[cf825526dc105c5b0975ed9b5596cccb9d9bd493]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1209926169 +0300
- Message:
Don't use libvlc->b_color
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7bc28ee |
r067e6c3 |
|
| 256 | 256 | p_sys->i_box_bidx = 0; |
|---|
| 257 | 257 | p_sys->p_sub = msg_Subscribe( p_intf, MSG_QUEUE_NORMAL ); |
|---|
| 258 | | p_sys->b_color = p_this->p_libvlc->b_color; |
|---|
| | 258 | p_sys->b_color = isatty( 0 ); |
|---|
| 259 | 259 | p_sys->b_color_started = false; |
|---|
| 260 | 260 | |
|---|