refactor(signals): Simple types

This commit is contained in:
Michael Carlberg
2016-12-23 22:19:42 +01:00
parent b422d1d1a4
commit 789800a68f
9 changed files with 76 additions and 46 deletions

View File

@ -113,7 +113,7 @@ void screen::handle(const evt::randr_screen_change_notify& evt) {
}
m_log.warn("randr_screen_change_notify (%ux%u)... reloading", evt->width, evt->height);
m_sig.emit(process_quit{make_quit_evt(true)});
m_sig.emit(exit_reload{});
m_sigraised = true;
}