(&mut self, cg: u64)
| 76 | script: Rc<RefCell<Script>>, |
| 77 | media_player: Rc<RefCell<MediaPlayer>>, |
| 78 | user_data: Rc<RefCell<UserData>>, |
| 79 | save_tx: Option<watch::Sender<Option<UserData>>>, |
| 80 | weak: Weak<MainWindow>, |
| 81 | text: Arc<RwLock<DisplayText>>, |
| 82 | choose_lock: Rc<RefCell<bool>>, |
| 83 | video_context: Rc<RefCell<VideoContext>>, |