projects
/
euphoria.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41c8655
)
Use an ARGB window for the Ecore Evas.
author
Tilman Sauerbeck
<tilman@code-monkey.de>
Sun, 26 Aug 2007 15:35:52 +0000
(17:35 +0200)
committer
Tilman Sauerbeck
<tilman@code-monkey.de>
Sun, 26 Aug 2007 15:35:52 +0000
(17:35 +0200)
bin/euphoria
patch
|
blob
|
history
diff --git
a/bin/euphoria
b/bin/euphoria
index abd51640f38ae565ce39acc6f371c3dfa66545da..af0b49100a477ebd791e531a3833f448ff65e6a0 100644
(file)
--- 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