summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-01-15 00:29:51 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-01-15 00:29:51 +0200
commit02bc48b67dd88c974c8f9298a0c50cbfcd51af41 (patch)
tree9e826e3d0494ce20cc115d85866f3e7472e21d60 /libvo/video_out.h
parentc1b80dcbbb34d63df65c0f52c0bede66dfa225e8 (diff)
parent38a76f7fdf5c03bc49072b693d7c53b343f2994a (diff)
downloadmpv-02bc48b67dd88c974c8f9298a0c50cbfcd51af41.tar.bz2
mpv-02bc48b67dd88c974c8f9298a0c50cbfcd51af41.tar.xz
Merge branch 'pause'
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 465697927f..e0bc79976e 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -87,6 +87,8 @@ typedef struct {
} mp_colorkey_t;
#define VOCTRL_XOVERLAY_SET_WIN 23
+#define VOCTRL_REDRAW_OSD 24
+
typedef struct {
int x,y;
int w,h;