summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authornplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-07-24 15:16:27 +0000
committernplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-07-24 15:16:27 +0000
commite14d9ede2e4c7611c57bd63443d2bb570795c9fe (patch)
tree316b09734ac3ea41073b1b96ad779c51b0792c3b /libvo
parentdf8fcb57e592d52a86e12df7f1570eb2eb7f7c65 (diff)
downloadmpv-e14d9ede2e4c7611c57bd63443d2bb570795c9fe.tar.bz2
mpv-e14d9ede2e4c7611c57bd63443d2bb570795c9fe.tar.xz
restore window shadow when quitting fullscreen mode
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16082 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_macosx.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_macosx.m b/libvo/vo_macosx.m
index 1ba4f19c2a..5523777a90 100644
--- a/libvo/vo_macosx.m
+++ b/libvo/vo_macosx.m
@@ -726,7 +726,7 @@ static uint32_t control(uint32_t request, void *data, ...)
//revert window to previous setting
[self setFrame:old_view_frame];
[self setNeedsDisplay:YES];
- [window setHasShadow:NO];
+ [window setHasShadow:YES];
[window setFrame:old_frame display:YES animate:animate];//zoom-out window with nice useless sfx
}
}