projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec8741d
)
Show the black object in the black fullscreen window. (From ilLogict).
author
sebastid
<sebastid>
Wed, 5 Oct 2005 16:43:29 +0000
(16:43 +0000)
committer
sebastid
<sebastid@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 5 Oct 2005 16:43:29 +0000
(16:43 +0000)
SVN revision: 17200
src/bin/e_zone.c
patch
|
blob
|
history
diff --git
a/src/bin/e_zone.c
b/src/bin/e_zone.c
index 59bd4074e686084c6b980e667e13f5b597d26411..3475d5c1b63be29289e3ca657321e9d22a2f3fe3 100644
(file)
--- a/
src/bin/e_zone.c
+++ b/
src/bin/e_zone.c
@@
-117,6
+117,8
@@
e_zone_new(E_Container *con, int num, int x, int y, int w, int h)
evas_object_move(o, 0, 0);
evas_object_resize(o, zone->w, zone->h);
evas_object_color_set(o, 0, 0, 0, 255);
+ evas_object_show(o);
+
ecore_evas_name_class_set(zone->black_ecore_evas, "E", "Black_Window");
snprintf(name, sizeof(name), "Enlightenment Black Zone (%d)", zone->num);
ecore_evas_title_set(zone->black_ecore_evas, name);