From a2a8da2886fb2905416f6198c84b80fc2c19a33b Mon Sep 17 00:00:00 2001 From: Hannes Janetzek Date: Thu, 12 May 2011 13:23:57 +0000 Subject: [PATCH] e17: manage xembed windows as long as they are not override_redirect. - might fix urxvt tabs, might break other stuff SVN revision: 59346 --- src/bin/e_manager.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/bin/e_manager.c b/src/bin/e_manager.c index ac5772f91..8ea2c45a4 100644 --- a/src/bin/e_manager.c +++ b/src/bin/e_manager.c @@ -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,