mirror of
https://github.com/swaywm/sway.git
synced 2025-11-17 06:59:48 -05:00
Fix oversights from previous pull request
This commit is contained in:
parent
dc8c9fbeb6
commit
8f490d7d2d
5 changed files with 29 additions and 8 deletions
|
|
@ -228,7 +228,7 @@ static void output_frame_notify(struct wl_listener *listener, void *data) {
|
|||
.output = soutput,
|
||||
.now = &now,
|
||||
};
|
||||
container_descendents(workspace, C_VIEW, output_frame_view, &rdata);
|
||||
container_descendants(workspace, C_VIEW, output_frame_view, &rdata);
|
||||
|
||||
// render unmanaged views on top
|
||||
struct sway_view *view;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue