projects
/
embrace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14d1460
)
Switched to a ARGB window and made the container background translucent.
author
Tilman Sauerbeck
<tilman@code-monkey.de>
Sun, 24 Sep 2006 08:17:34 +0000
(10:17 +0200)
committer
Tilman Sauerbeck
<tilman@code-monkey.de>
Sun, 24 Sep 2006 08:17:34 +0000
(10:17 +0200)
bin/embrace
patch
|
blob
|
history
diff --git
a/bin/embrace
b/bin/embrace
index 4e5b64ebf3cbac0097ccb61b9c1af74a686c0007..6433d0475d371624a2b3a0024daebfdf62f6fd3d 100755
(executable)
--- 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