diff input/input.c @ 13091:25f51c72eb06

added runtime toggle of root window playback only directx supports this at the moment
author joey
date Sun, 22 Aug 2004 19:01:56 +0000
parents b9171604a4ac
children a47aaa6b7324
line wrap: on
line diff
--- a/input/input.c	Sun Aug 22 18:57:45 2004 +0000
+++ b/input/input.c	Sun Aug 22 19:01:56 2004 +0000
@@ -100,6 +100,7 @@
 #endif
   { MP_CMD_VO_FULLSCREEN, "vo_fullscreen", 0, { {-1,{0}} } },
   { MP_CMD_VO_ONTOP, "vo_ontop", 0, { {-1,{0}} } },
+  { MP_CMD_VO_ROOTWIN, "vo_rootwin", 0, { {-1,{0}} } },
   { MP_CMD_SCREENSHOT, "screenshot", 0, { {-1,{0}} } },
   { MP_CMD_PANSCAN, "panscan",1,  { {MP_CMD_ARG_FLOAT,{0}}, {MP_CMD_ARG_INT,{0}}, {-1,{0}} } },
   { MP_CMD_LOADFILE, "loadfile", 1, { {MP_CMD_ARG_STRING, {0}}, {-1,{0}} } },