stop any moveresizes on shutdown
This commit is contained in:
parent
2e161a1633
commit
be15e8c01c
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ void moveresize_startup(gboolean reconfig)
|
|||
|
||||
void moveresize_shutdown(gboolean reconfig)
|
||||
{
|
||||
if (moveresize_in_progress)
|
||||
moveresize_end(FALSE);
|
||||
|
||||
if (!reconfig)
|
||||
client_remove_destructor(client_dest);
|
||||
|
||||
|
|
Loading…
Reference in a new issue