diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2021-02-17 22:01:45 +0100 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2021-02-17 22:01:45 +0100 |
| commit | 3d66cbd2d4f58cf7c8953f6746b25b1731f4e80e (patch) | |
| tree | cd2e6a9aea77998abeb62cd432239ff67279e8dc | |
| parent | 5887d54f04c2e631988c6c8ece6c4160169df0b9 (diff) | |
| download | river-3d66cbd2d4f58cf7c8953f6746b25b1731f4e80e.tar.gz river-3d66cbd2d4f58cf7c8953f6746b25b1731f4e80e.tar.xz | |
toplevel-management: send output enter on map
| -rw-r--r-- | river/View.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/river/View.zig b/river/View.zig index f4b7447..82b0b40 100644 --- a/river/View.zig +++ b/river/View.zig @@ -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 |
