X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=bin%2Feuphoria;h=af0b49100a477ebd791e531a3833f448ff65e6a0;hb=99062e9e19c33dc97601a86e0b23c9a10a5d05fd;hp=abd51640f38ae565ce39acc6f371c3dfa66545da;hpb=72e6b21662dca6ea6e6b44df3c0eb32901e2f415;p=euphoria.git diff --git a/bin/euphoria b/bin/euphoria index abd5164..af0b491 100644 --- a/bin/euphoria +++ b/bin/euphoria @@ -150,6 +150,7 @@ private @ee = Ecore::Evas::SoftwareX11.new @ee.title = "Euphoria" @ee.name_class = ["Euphoria", "Euphoria"] + @ee.has_alpha = true @ee.borderless = true #@ee.evas.font_path_append("/usr/X11R6/lib/X11/fonts/TTF") @@ -193,8 +194,6 @@ private @ee.resize(w, h) - @ee.shaped = !@edje.data("shaped").nil? - ui_refresh_seeker(0) end