compositor: reset all signals during startup
This commit is contained in:
parent
456457eade
commit
fdfc20452f
3 changed files with 16 additions and 11 deletions
|
|
@ -63,6 +63,7 @@ use {
|
|||
pub const MAX_EXTENTS: i32 = (1 << 22) - 1;
|
||||
|
||||
pub fn start_compositor(global: GlobalArgs, args: RunArgs) {
|
||||
sighand::reset_all();
|
||||
let forker = create_forker();
|
||||
let portal = portal::run_from_compositor(global.log_level.into());
|
||||
enable_profiler();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue