summaryrefslogtreecommitdiffstats
path: root/input/input.h
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-02 12:02:06 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-02 12:02:06 +0000
commite27c39844fb1485ec6fcb058482302b5863008cc (patch)
tree7866bef5552d8b2fa81270175ce7caf77ecc9ac2 /input/input.h
parent0953591a535fcf58e09982fc42ad7c0eb9dc9703 (diff)
downloadmpv-e27c39844fb1485ec6fcb058482302b5863008cc.tar.bz2
mpv-e27c39844fb1485ec6fcb058482302b5863008cc.tar.xz
slave mode command to en/disable vsync, patch by Aurelien Jacobs <aurel at gnuage.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13229 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input/input.h')
-rw-r--r--input/input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/input/input.h b/input/input.h
index 7ec8de3337..a2079a5c18 100644
--- a/input/input.h
+++ b/input/input.h
@@ -55,6 +55,7 @@
#define MP_CMD_VO_ONTOP 51
#define MP_CMD_SUB_SELECT 52
#define MP_CMD_VO_ROOTWIN 53
+#define MP_CMD_SWITCH_VSYNC 54
#define MP_CMD_GUI_EVENTS 5000
#define MP_CMD_GUI_LOADFILE 5001