git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
300571b
)
Don't forget to release the screen when closing the VLCVoutWindow on Mac OS X. (Point...
author
Pierre d'Herbemont
<pdherbemont@videolan.org>
Sat, 3 Mar 2007 02:18:04 +0000
(
02:18
+0000)
committer
Pierre d'Herbemont
<pdherbemont@videolan.org>
Sat, 3 Mar 2007 02:18:04 +0000
(
02:18
+0000)
modules/gui/macosx/vout.m
patch
|
blob
|
history
diff --git
a/modules/gui/macosx/vout.m
b/modules/gui/macosx/vout.m
index
f00daae
..
162e7b9
100644
(file)
--- a/
modules/gui/macosx/vout.m
+++ b/
modules/gui/macosx/vout.m
@@
-1124,6
+1124,7
@@
int DeviceCallback( vlc_object_t *p_this, const char *psz_variable,
- (id)closeReal:(id)sender
{
+ [NSScreen unblackoutScreens];
if( b_black == VLC_TRUE )
{
CGDisplayFadeReservationToken token;