river-status: send view_tags on view output change

This commit is contained in:
Isaac Freund 2020-06-06 15:07:19 +02:00
parent e48cf8eab6
commit b8cc4cc22c
No known key found for this signature in database
GPG key ID: 86DED400DDFD7A11

View file

@ -190,6 +190,9 @@ pub fn sendToOutput(self: *Self, destination_output: *Output) void {
self.output.views.remove(node);
destination_output.views.push(node);
self.output.sendViewTags();
destination_output.sendViewTags();
c.wlr_surface_send_leave(self.wlr_surface, self.output.wlr_output);
c.wlr_surface_send_enter(self.wlr_surface, destination_output.wlr_output);