Mercurial > mplayer.hg
diff input/input.h @ 13228:a47aaa6b7324
slave mode command to en/disable vsync, patch by Aurelien Jacobs <aurel at gnuage.org>
| author | faust3 |
|---|---|
| date | Thu, 02 Sep 2004 12:02:06 +0000 |
| parents | 25f51c72eb06 |
| children | 1c787349d286 |
line wrap: on
line diff
--- a/input/input.h Thu Sep 02 11:34:25 2004 +0000 +++ b/input/input.h Thu Sep 02 12:02:06 2004 +0000 @@ -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
