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
continue;
}
if (!ecore_x_window_prop_property_get(windows[i],
atom_xmbed,
atom_xmbed, 32,
&data, &count))
data = NULL;
if (!data)
/* XXX manage xembed windows as long as they are not override_redirect..
/* if (!ecore_x_window_prop_property_get(windows[i],
* atom_xmbed,
* atom_xmbed, 32,
* &data, &count))
* data = NULL;
* if (!data) */
{
if (!ecore_x_window_prop_property_get(windows[i],
atom_kde_netwm_systray,