X-Git-Url: http://git.code-monkey.de/?p=euphoria.git;a=blobdiff_plain;f=bin%2Feuphoria;h=d9b355aa085698aad1b419b3d0a3432cacf9d73d;hp=c1f28b3e49438bd02026c6a04ffd78b4c2b3385e;hb=cff63ae6832df5db5f628d97bac5a41f3296d63e;hpb=07bd2ad097ccf77fbe0a6679c2335e906f48866a diff --git a/bin/euphoria b/bin/euphoria index c1f28b3..d9b355a 100644 --- a/bin/euphoria +++ b/bin/euphoria @@ -2,6 +2,7 @@ require "ecore" require "ecore_x" +require "evas" require "ecore_evas" require "edje" require "esmart" @@ -109,7 +110,7 @@ class Euphoria end =end - handle_current_pos(@xmms.playlist_current_pos.wait) + handle_current_pos(@xmms.playlist.current_pos.wait) end def show @@ -153,6 +154,7 @@ private #@ee.evas.font_path_append("/usr/X11R6/lib/X11/fonts/TTF") #@ee.evas.font_path_append(ENV["HOME"] + "/.fonts") + @ee.evas.font_hinting = Evas::Evas::AUTO @ee.on_pre_render { Edje::thaw } @ee.on_post_render { Edje::freeze }