tiling - untrack clients we have restored

this should fix a crash on shutdown and other related issues where
tiling may still watch after it's released a window.

@fix
enlightenment-0.24
Carsten Haitzler 4 years ago
parent 306632a21c
commit 567b12ab06
  1. 1
      src/modules/tiling/e_mod_tiling.c

@ -350,6 +350,7 @@ _restore_client(E_Client *ec)
if (!extra->tiled)
return NULL;
_client_untrack(ec);
if (!ec->maximized && !ec->fullscreen)
{
_e_client_move_resize(ec, extra->orig.geom.x, extra->orig.geom.y,

Loading…
Cancel
Save