mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-08 04:57:32 -04:00
fullscreen mostly implemented
This commit is contained in:
parent
a90c106b8c
commit
a5f5bba78e
6 changed files with 47 additions and 26 deletions
|
|
@ -101,6 +101,10 @@ pub fn viewById(self: *Root, id: u64) ?*View {
|
|||
return view_snd.view;
|
||||
}
|
||||
}
|
||||
|
||||
if(output.fullscreen) |fullscreen| {
|
||||
if(fullscreen.id == id) return fullscreen;
|
||||
}
|
||||
}
|
||||
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue