summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authornplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-29 14:59:48 +0000
committernplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-29 14:59:48 +0000
commit41508ab12eef3858965702b5fd9ac615668b9a82 (patch)
tree321ea212abeff384f1ab9d923d7babb8ea0ec74c /libvo/video_out.h
parent1a16bb4a04e3de4e285cb70633b68f586240822c (diff)
downloadmpv-41508ab12eef3858965702b5fd9ac615668b9a82.tar.bz2
mpv-41508ab12eef3858965702b5fd9ac615668b9a82.tar.xz
add var vo_rootwin and -rootwin switch for mac osx
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12913 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 7d83b2c97f..799c25615c 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -199,6 +199,7 @@ extern float vo_panscan;
extern int vo_adapter_num;
extern int vo_refresh_rate;
extern int vo_keepaspect;
+extern int vo_rootwin;
extern int vo_gamma_brightness;
extern int vo_gamma_saturation;