summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-21 01:50:19 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-23 13:46:40 +0300
commit432e8ff4a568b1040cae43df4aa6a602c86c6162 (patch)
tree2004262fd16a6dd1f9641eaf271b5d1829f9ebe8 /libvo/video_out.h
parenta2212a71a74718d71673336a6b08b11f6cf1535b (diff)
downloadmpv-432e8ff4a568b1040cae43df4aa6a602c86c6162.tar.bz2
mpv-432e8ff4a568b1040cae43df4aa6a602c86c6162.tar.xz
Move vo_depthonscreen to x11 struct
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 70dd3612d8..1604bd233b 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -246,7 +246,6 @@ extern int xinerama_x;
extern int xinerama_y;
// correct resolution/bpp on screen: (should be autodetected by vo_init())
-extern int vo_depthonscreen;
extern int vo_screenwidth;
extern int vo_screenheight;