set gadman window name/class

This commit is contained in:
Mike Blumenkrantz 2013-05-23 10:44:35 +01:00
parent 738e8d5d4a
commit 0f3c11c8c9
1 changed files with 1 additions and 0 deletions

View File

@ -752,6 +752,7 @@ _gadman_gadcon_new(const char *name, Gadman_Layer_Type layer, E_Zone *zone, E_Ga
Man->top_ee = e_canvas_new(Man->container->win, 0, 0, 0, 0, 1, 0,
&(Man->top_win));
ecore_evas_fullscreen_set(Man->top_ee, 1);
ecore_evas_name_class_set(Man->top_ee, "gadman", "gadgets");
}
if (!Man->use_shaped_win)