Enlightenment CVS committal Author : tsauerbeck Project : e17 Module : apps/euphoria
Dir : e17/apps/euphoria/bin Modified Files: euphoria Log Message: set window name and class =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/euphoria/bin/euphoria,v retrieving revision 1.29 retrieving revision 1.30 diff -u -3 -r1.29 -r1.30 --- euphoria 29 May 2005 18:28:35 -0000 1.29 +++ euphoria 5 Jun 2005 19:47:00 -0000 1.30 @@ -1,6 +1,6 @@ #!/usr/bin/ruby -w -# $Id: euphoria,v 1.29 2005/05/29 18:28:35 tsauerbeck Exp $ +# $Id: euphoria,v 1.30 2005/06/05 19:47:00 tsauerbeck Exp $ require "ecore" require "ecore_x" @@ -128,6 +128,7 @@ def init_gui @ee = Ecore::Evas::SoftwareX11.new @ee.title = "Euphoria" + @ee.name_class = ["Euphoria", "Euphoria"] @ee.borderless = true [EMAIL PROTECTED]("/usr/X11R6/lib/X11/fonts/TTF") ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs