fn setup() { draw(&background); } fn loop() { clear_screen(); draw(&background); for window in windows.iter() { draw(&window); } draw(&cursor); }