summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2011-01-19 18:00:22 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2011-01-26 13:04:17 +0200
commit8612c771fcb7321a2d6e0ba79f6f3cf26ee7f70c (patch)
tree9beda246875d7df74496c78f3dace0404260b6ff /libvo/video_out.h
parent6d65f6889af5c4ad8874f59d97e73053fa31aba5 (diff)
downloadmpv-8612c771fcb7321a2d6e0ba79f6f3cf26ee7f70c.tar.bz2
mpv-8612c771fcb7321a2d6e0ba79f6f3cf26ee7f70c.tar.xz
cleanup: some random minor code simplification and cleanup
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 0630aee9ca..5fac7dd02d 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -77,7 +77,7 @@ struct voctrl_get_equalizer_args {
#define VOCTRL_BORDER 27
#define VOCTRL_DRAW_EOSD 28
#define VOCTRL_GET_EOSD_RES 29
-typedef struct {
+typedef struct mp_eosd_res {
int w, h; // screen dimensions, including black borders
int mt, mb, ml, mr; // borders (top, bottom, left, right)
} mp_eosd_res_t;