1
0
Fork 0
forked from wry/wry

head-management: add connector-info-v1 extension

This commit is contained in:
Julian Orth 2025-07-12 09:29:13 +02:00
parent 51170cbde5
commit e24ea33734
9 changed files with 132 additions and 0 deletions

View file

@ -48,6 +48,8 @@ pub fn handle(state: &Rc<State>, connector: &Rc<dyn Connector>) {
name: RcEq(name.clone()),
position: (0, 0),
size: (0, 0),
active: backend_state.active,
connected: false,
transform: Transform::None,
scale: Default::default(),
wl_output: None,