summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-21 02:18:28 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-23 13:46:40 +0300
commit78172918ff4c7df7c9d1305dbfc48a8df409e470 (patch)
tree664cd8c4d580ed5e487ce03f0d5a89ad40965699 /libvo/video_out.h
parent432e8ff4a568b1040cae43df4aa6a602c86c6162 (diff)
downloadmpv-78172918ff4c7df7c9d1305dbfc48a8df409e470.tar.bz2
mpv-78172918ff4c7df7c9d1305dbfc48a8df409e470.tar.xz
Move vo_screenwidth,vo_screenheight to options struct
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 1604bd233b..9b7d93de17 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -245,10 +245,6 @@ extern int xinerama_screen;
extern int xinerama_x;
extern int xinerama_y;
-// correct resolution/bpp on screen: (should be autodetected by vo_init())
-extern int vo_screenwidth;
-extern int vo_screenheight;
-
extern int vo_grabpointer;
extern int vo_doublebuffering;
extern int vo_directrendering;