Changeset 13cf0bf07070f07d140ab04606d17c3c37b2d651
- Timestamp:
- 12/26/07 21:40:50
(8 months ago)
- Author:
- Felix Paul Kühne <fkuehne@videolan.org>
- git-committer:
- Felix Paul Kühne <fkuehne@videolan.org> 1198701650 +0000
- git-parent:
[94abdf05cce434af491c843d1a9a929591bbb224]
- git-author:
- Felix Paul Kühne <fkuehne@videolan.org> 1198701650 +0000
- Message:
* revert previous forward-port, as video-device's content changed for 0.9.0. Thanks to Pierre for pointing this out.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r94abdf0 |
r13cf0bf |
|
| 153 | 153 | BOOL blackout_other_displays = var_GetBool( p_vout, "macosx-black" ); |
|---|
| 154 | 154 | |
|---|
| 155 | | screen = [[NSScreen screens] objectAtIndex: var_GetInteger( p_vout, "video-device" )]; |
|---|
| | 155 | screen = [NSScreen screenWithDisplayID:(CGDirectDisplayID)var_GetInteger( p_vout, "video-device" )]; |
|---|
| 156 | 156 | |
|---|
| 157 | 157 | [self lockFullscreenAnimation]; |
|---|