diff input/input.h @ 10577:7e5733a8c33b

Hi, here are slave commands: tv_set_brightness tv_set_contrast tv_set_hue tv_set_color Patch by Kir Kostuchenko <kir@users.sourceforge.net>
author gabucino
date Tue, 12 Aug 2003 07:38:49 +0000
parents 02e4b1f77d6a
children f25d93203a71
line wrap: on
line diff
--- a/input/input.h	Tue Aug 12 06:57:19 2003 +0000
+++ b/input/input.h	Tue Aug 12 07:38:49 2003 +0000
@@ -45,6 +45,10 @@
 #define MP_CMD_OSD_SHOW_TEXT 41
 #define MP_CMD_TV_SET_FREQ 42
 #define MP_CMD_TV_SET_NORM 43
+#define MP_CMD_TV_SET_BRIGHTNESS 44
+#define MP_CMD_TV_SET_CONTRAST 45
+#define MP_CMD_TV_SET_HUE 46
+#define MP_CMD_TV_SET_SATURATION 47
 
 #define MP_CMD_GUI_EVENTS       5000
 #define MP_CMD_GUI_LOADFILE     5001