Switched to a ARGB window and made the container background translucent.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 24 Sep 2006 08:17:34 +0000 (10:17 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 24 Sep 2006 08:17:34 +0000 (10:17 +0200)
bin/embrace

index 4e5b64ebf3cbac0097ccb61b9c1af74a686c0007..6433d0475d371624a2b3a0024daebfdf62f6fd3d 100755 (executable)
@@ -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