From: Tilman Sauerbeck Date: Sun, 24 Sep 2006 08:17:34 +0000 (+0200) Subject: Switched to a ARGB window and made the container background translucent. X-Git-Tag: embrace-0.1.0~15 X-Git-Url: http://git.code-monkey.de/?p=embrace.git;a=commitdiff_plain;h=6e0caa5565c83f5f5d8b451c4ad5b85ea87d8564 Switched to a ARGB window and made the container background translucent. --- diff --git a/bin/embrace b/bin/embrace index 4e5b64e..6433d04 100755 --- a/bin/embrace +++ b/bin/embrace @@ -177,7 +177,7 @@ module Embrace super @bg = Evas::Rectangle.new(evas) - @bg.set_color(0, 0, 0, 255) + @bg.set_color(0, 0, 0, 8) add_member(@bg) @@ -295,6 +295,7 @@ module Embrace def initialize super + self.has_alpha = true self.title = "Embrace" self.borderless = true