summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-25 10:44:53 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-25 10:44:53 +0000
commit3a34dbc927a4980606abb4331e7ba8ca6fc1a90d (patch)
tree64fef2ee69920e135ba17d98fca95b434a39a64d /libvo/video_out.h
parent4121ce1747db3ddb7336805aaa7bcfebf7044de5 (diff)
downloadmpv-3a34dbc927a4980606abb4331e7ba8ca6fc1a90d.tar.bz2
mpv-3a34dbc927a4980606abb4331e7ba8ca6fc1a90d.tar.xz
Add reinitialization support. Necessary for fullscreen on OSX.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31085 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 4e8716f13e..c1a5face11 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -33,6 +33,7 @@
#define VO_EVENT_EXPOSE 1
#define VO_EVENT_RESIZE 2
#define VO_EVENT_KEYPRESS 4
+#define VO_EVENT_REINIT 8
/* Obsolete: VOCTRL_QUERY_VAA 1 */
/* does the device support the required format */