summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-10-09 11:17:28 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:18:09 +0200
commitfef7b17c348f72f841123669491056e1003ae27d (patch)
tree0c99fc520d70714060b64637037d5862291f674b /libvo/video_out.h
parent107845e9dbe41a3fabf1c440561c10ae302ff5fb (diff)
downloadmpv-fef7b17c348f72f841123669491056e1003ae27d.tar.bz2
mpv-fef7b17c348f72f841123669491056e1003ae27d.tar.xz
x11_common: add VO_EVENT_MOVE
Add VO_EVENT_MOVE which is required for VOs that interact directly with hardware like MGA and VIDIX. Patch by Dirk Porezag [porezag yahoo com] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32454 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 1bdf74da96..e2ecfd512d 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -36,6 +36,7 @@
#define VO_EVENT_RESIZE 2
#define VO_EVENT_KEYPRESS 4
#define VO_EVENT_REINIT 8
+#define VO_EVENT_MOVE 16
/* Obsolete: VOCTRL_QUERY_VAA 1 */
/* does the device support the required format */