shouldn't be setting ignore on systray xembed base, this was needed when we were creating comp wins at the wrong time

This commit is contained in:
Mike Blumenkrantz 2013-07-26 16:13:06 +01:00
parent 37af538391
commit a11443eb52
1 changed files with 0 additions and 1 deletions

View File

@ -412,7 +412,6 @@ _systray_xembed_base_create(Instance_Xembed *xembed)
if (w < 1) w = 1;
if (h < 1) h = 1;
xembed->win.base = ecore_x_window_new(0, x, y, w, h);
e_comp_ignore_win_add(xembed->win.base);
ecore_x_icccm_title_set(xembed->win.base, "noshadow_systray_base");
ecore_x_icccm_name_class_set(xembed->win.base, "systray", "holder");
ecore_x_netwm_name_set(xembed->win.base, "noshadow_systray_base");