mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-13 05:34:08 -04:00
fix: switch to mango session fail from other vt
This commit is contained in:
parent
35dd788ca3
commit
ed1612f1bd
4 changed files with 13 additions and 20 deletions
|
|
@ -249,13 +249,3 @@ struct wlr_scene_tree *wlr_scene_tree_snapshot(struct wlr_scene_node *node,
|
|||
|
||||
return snapshot;
|
||||
}
|
||||
|
||||
void request_fresh_all_monitors(void) {
|
||||
Monitor *m = NULL;
|
||||
wl_list_for_each(m, &mons, link) {
|
||||
if (!m->wlr_output->enabled) {
|
||||
continue;
|
||||
}
|
||||
wlr_output_schedule_frame(m->wlr_output);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue