From: sebastid Date: Wed, 5 Oct 2005 16:43:29 +0000 (+0000) Subject: Show the black object in the black fullscreen window. (From ilLogict). X-Git-Tag: submit/efl/20131021.015651~14885 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e41123e28571b872502a050e47f9cfa7abf6b642;p=platform%2Fupstream%2Fenlightenment.git Show the black object in the black fullscreen window. (From ilLogict). SVN revision: 17200 --- diff --git a/src/bin/e_zone.c b/src/bin/e_zone.c index 59bd4074e6..3475d5c1b6 100644 --- 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);