mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-01-16 15:41:25 +01:00
view: commit transactions for foreign toplevel requests
(cherry picked from commit 5a73dc1bc2
)
This commit is contained in:
parent
2b0765b464
commit
f49356ebf0
1 changed files with 2 additions and 0 deletions
|
@ -644,6 +644,7 @@ static void handle_foreign_activate_request(
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
transaction_commit_dirty();
|
||||||
}
|
}
|
||||||
|
|
||||||
static void handle_foreign_fullscreen_request(
|
static void handle_foreign_fullscreen_request(
|
||||||
|
@ -683,6 +684,7 @@ static void handle_foreign_fullscreen_request(
|
||||||
arrange_workspace(container->pending.workspace);
|
arrange_workspace(container->pending.workspace);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
transaction_commit_dirty();
|
||||||
}
|
}
|
||||||
|
|
||||||
static void handle_foreign_close_request(
|
static void handle_foreign_close_request(
|
||||||
|
|
Loading…
Reference in a new issue