Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/data/other Modified Files: enlightenment_remote Log Message: Fullscreen policy. Not tested since my stupid laptop only has one res. Please test. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/data/other/enlightenment_remote,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- enlightenment_remote 9 Oct 2005 21:42:37 -0000 1.13 +++ enlightenment_remote 4 Nov 2005 23:30:18 -0000 1.14 @@ -1,4 +1,4 @@ -# $Id: enlightenment_remote,v 1.13 2005/10/09 21:42:37 sebastid Exp $ +# $Id: enlightenment_remote,v 1.14 2005/11/04 23:30:18 sebastid Exp $ # bash-completion script for enlightenment_remote # By Justin Rocha (Xenith) # Additions by Sebastian Dransfeld @@ -209,6 +209,10 @@ COMPREPLY=($(compgen -W "${fonts}" -- "${cur}")) return 0 ;; + -fullscreen-policy-set) + COMPREPLY=($(compgen -W "RESIZE ZOOM" -- "${cur}")) + return 0 + ;; -lang-set) languages=$(enlightenment_remote -lang-list|grep REPLY:|awk '{print $2}') COMPREPLY=($(compgen -W "${languages}" -- "${cur}")) ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs