Changeset fee80aa4d5f3339153cf0d2f875fc5ef10f873ff
- Timestamp:
- 02/07/08 20:26:55
(3 months ago)
- Author:
- Rémi Denis-Courmont <rdenis@simphalempin.com>
- git-committer:
- Rémi Denis-Courmont <rdenis@simphalempin.com> 1215023215 +0300
- git-parent:
[4bf5e817d35569492c6c3ca068f277d0ae49702f]
- git-author:
- Rémi Denis-Courmont <rdenis@simphalempin.com> 1215023172 +0300
- Message:
Remove hacking fullscreen control invocation - fixes #1653
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2c595f3 |
rfee80aa |
|
| 684 | 684 | // emit askVideoToResize( *pi_width, *pi_height ); |
|---|
| 685 | 685 | emit askUpdate(); |
|---|
| 686 | | |
|---|
| 687 | | fullscreenControls->regFullscreenCallback( p_nvout ); |
|---|
| 688 | 686 | } |
|---|
| 689 | 687 | return ret; |
|---|
| 690 | | } |
|---|
| 691 | | |
|---|
| 692 | | void MainInterface::requestNotEmbeddedVideo( vout_thread_t *p_nvout ) |
|---|
| 693 | | { |
|---|
| 694 | | fullscreenControls->regFullscreenCallback( p_nvout ); |
|---|
| 695 | 688 | } |
|---|
| 696 | 689 | |
|---|