From 60c3a7b8b939673aeda77aa5ea43bb5b7cab4166 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Sun, 26 Aug 2007 17:35:52 +0200 Subject: [PATCH] Use an ARGB window for the Ecore Evas. --- bin/euphoria | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.30.2