only sopt moveresize when shutting down
This commit is contained in:
parent
54d04314e7
commit
b35682fbd0
1 changed files with 4 additions and 4 deletions
|
@ -44,11 +44,11 @@ void moveresize_startup(gboolean reconfig)
|
|||
|
||||
void moveresize_shutdown(gboolean reconfig)
|
||||
{
|
||||
if (!reconfig) {
|
||||
if (moveresize_in_progress)
|
||||
moveresize_end(FALSE);
|
||||
|
||||
if (!reconfig)
|
||||
client_remove_destructor(client_dest);
|
||||
}
|
||||
|
||||
popup_free(popup);
|
||||
popup = NULL;
|
||||
|
|
Loading…
Reference in a new issue