toplevel-management: send output enter on map
This commit is contained in:
parent
5887d54f04
commit
3d66cbd2d4
1 changed files with 2 additions and 0 deletions
|
@ -459,6 +459,8 @@ pub fn map(self: *Self) void {
|
|||
|
||||
if (self.getTitle()) |s| self.foreign_toplevel_handle.?.setTitle(s);
|
||||
if (self.getAppId()) |s| self.foreign_toplevel_handle.?.setAppId(s);
|
||||
|
||||
self.foreign_toplevel_handle.?.outputEnter(self.output.wlr_output);
|
||||
}
|
||||
|
||||
// Add the view to the stack of its output
|
||||
|
|
Loading…
Reference in a new issue