summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-21 01:20:31 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-21 01:20:31 +0000
commitcbf7b3b2918f6836c142979069f45b4905157b8d (patch)
tree47ef6eb239bc76ec10a13e8bb74e1625d82bf60d /libvo/video_out.h
parent324cec45f099cc727acc6efa643171c45d062e4b (diff)
downloadmpv-cbf7b3b2918f6836c142979069f45b4905157b8d.tar.bz2
mpv-cbf7b3b2918f6836c142979069f45b4905157b8d.tar.xz
remove extern for variables that are already in headers.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16281 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 83de798f5b..bf64e98186 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -201,6 +201,7 @@ extern int vo_adapter_num;
extern int vo_refresh_rate;
extern int vo_keepaspect;
extern int vo_rootwin;
+extern int vo_ontop;
extern int vo_gamma_brightness;
extern int vo_gamma_saturation;
@@ -220,6 +221,8 @@ extern char *vo_subdevice;
extern int vo_colorkey;
+extern int WinID;
+
#if defined(HAVE_FBDEV)||defined(HAVE_VESA)
typedef struct {