Notify GUI when tearing down ctrl-surfaces

This commit is contained in:
Robin Gareus
2017-04-21 02:53:51 +02:00
parent 4cda36f63f
commit 7d5b7d538e

View File

@@ -172,6 +172,7 @@ ControlProtocolManager::drop_protocols ()
if ((*p)->protocol) {
(*p)->requested = true;
(*p)->protocol = 0;
ProtocolStatusChange (*p); /* EMIT SIGNAL */
}
}
}