Home
last modified time | relevance | path

Searched refs:windows (Results 1 – 2 of 2) sorted by relevance

/StarryEngine/starry_server/src/core/
H A Dwindow_manager.rs61 pub windows: RefCell<BTreeMap<usize, Window>>, field
82 windows: RefCell::new(BTreeMap::new()), in new()
151 self.windows.borrow_mut().insert(id, window); in window_new()
292 .windows in rezbuffer()
H A Dcompositor.rs84 let mut windows = window_manager.windows.borrow_mut(); in redraw_all() localVariable
85 if let Some(window) = windows.get_mut(&index) { in redraw_all()