View: honor fullscreen requests before map

This commit is contained in:
Isaac Freund
2022-12-24 03:06:53 +01:00
parent e603c5460a
commit 096e175cec
3 changed files with 6 additions and 13 deletions

View File

@ -510,9 +510,7 @@ pub fn map(self: *Self) !void {
self.output.sendViewTags();
if (!self.current.float) self.output.arrangeViews();
server.root.startTransaction();
self.applyPending();
}
/// Called by the impl when the surface will no longer be displayed