e17: manage xembed windows as long as they are not override_redirect.

- might fix urxvt tabs, might break other stuff


SVN revision: 59346
This commit is contained in:
Hannes Janetzek 2011-05-12 13:23:57 +00:00
parent 49bbbf6066
commit a2a8da2886
1 changed files with 7 additions and 6 deletions

View File

@ -190,12 +190,13 @@ e_manager_manage_windows(E_Manager *man)
else else
continue; continue;
} }
if (!ecore_x_window_prop_property_get(windows[i], /* XXX manage xembed windows as long as they are not override_redirect..
atom_xmbed, /* if (!ecore_x_window_prop_property_get(windows[i],
atom_xmbed, 32, * atom_xmbed,
&data, &count)) * atom_xmbed, 32,
data = NULL; * &data, &count))
if (!data) * data = NULL;
* if (!data) */
{ {
if (!ecore_x_window_prop_property_get(windows[i], if (!ecore_x_window_prop_property_get(windows[i],
atom_kde_netwm_systray, atom_kde_netwm_systray,