diff input/input.h @ 16968:e9d849bf8050

add a switch, slave command, and vo control to toggle borderless window. includes documentation.
author joey
date Thu, 10 Nov 2005 22:25:54 +0000
parents 60c6693b2b2b
children 633f3d0a621b
line wrap: on
line diff
--- a/input/input.h	Thu Nov 10 21:33:12 2005 +0000
+++ b/input/input.h	Thu Nov 10 22:25:54 2005 +0000
@@ -68,6 +68,7 @@
 #define MP_CMD_SUB_LOAD 64
 #define MP_CMD_SUB_REMOVE 65
 #define MP_CMD_KEYDOWN_EVENTS 66
+#define MP_CMD_VO_BORDER 67
 
 #define MP_CMD_GUI_EVENTS       5000
 #define MP_CMD_GUI_LOADFILE     5001