summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-21 00:37:12 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-23 13:46:40 +0300
commitce76dfdd4ac46e955cc57c6f5c7ae98d8018abab (patch)
tree14523421fa502bb930d0209aa31c5c713aa4d382 /libvo/video_out.h
parenteaab1ce896adbcb58e6503ea2dcf789d99bd29f5 (diff)
downloadmpv-ce76dfdd4ac46e955cc57c6f5c7ae98d8018abab.tar.bz2
mpv-ce76dfdd4ac46e955cc57c6f5c7ae98d8018abab.tar.xz
Move vo_dbpp to options struct
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index ad298c04f3..70dd3612d8 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -213,6 +213,8 @@ struct vo {
void *priv;
struct MPOpts *opts;
struct vo_x11_state *x11;
+
+ // requested position/resolution
int dx;
int dy;
int dwidth;
@@ -248,9 +250,6 @@ extern int vo_depthonscreen;
extern int vo_screenwidth;
extern int vo_screenheight;
-// requested resolution/bpp: (-x -y -bpp options)
-extern int vo_dbpp;
-
extern int vo_grabpointer;
extern int vo_doublebuffering;
extern int vo_directrendering;