1
0
Fork 0
forked from wry/wry

create event system

This commit is contained in:
atagen 2026-04-07 16:13:45 +10:00
parent 21819e27d2
commit 18a0c78657
9 changed files with 65 additions and 5 deletions

View file

@ -233,6 +233,7 @@ impl ConnectorHandler {
pinned: Default::default(),
tearing: Default::default(),
active_zwlr_gamma_control: Default::default(),
workspace_switched: self.state.lazy_event_sources.create_source(),
});
on.update_visible();
on.update_rects();