summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bin/e_client.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/bin/e_client.c b/src/bin/e_client.c
index 85f5504a73..f3d01663b5 100644
--- a/src/bin/e_client.c
+++ b/src/bin/e_client.c
@@ -459,6 +459,14 @@ e_client_revert_focus(E_Client *ec)
static void
_e_client_free(E_Client *ec)
{
+ if (focused == ec)
+ {
+ focused = NULL;
+#ifndef HAVE_WAYLAND_ONLY
+ if (e_comp->comp_type != E_PIXMAP_TYPE_WL)
+ ecore_x_window_focus(e_comp->root);
+#endif
+ }
if (ec->desk)
ec->desk->fullscreen_clients = eina_list_remove(ec->desk->fullscreen_clients, ec);
if (ec->restore_zone_id)