diff mplayer.c @ 9317:c7f5df43b937

- support command line parameter -fstype, eg. -fstype layer=12,above,fullscreen - help (-fstype help) also availabible - support state BELOW (someone may want to use it...) and by -fstype none forcing of not changing window layer (user request) - drop icelayer option, it can be set by -fstype layer=<number> - simplify vo_x11_fullscreen - fs change code cleanup
author filon
date Fri, 07 Feb 2003 19:38:39 +0000
parents 544c285a5493
children 51a9af80d874
line wrap: on
line diff
--- a/mplayer.c	Fri Feb 07 18:56:55 2003 +0000
+++ b/mplayer.c	Fri Feb 07 19:38:39 2003 +0000
@@ -835,6 +835,11 @@
       printf("\n");
       exit(0);
     }
+    if(vo_fstype_list && strcmp(vo_fstype_list[0],"help")==0){
+      fstype_help();
+      printf("\n");
+      exit(0);
+    }
 
 #ifdef USE_EDL
  {