| 229 | /////////////////////////////////////////// |
| 230 | |
| 231 | void android_set_window(void *window) { |
| 232 | local_persist.next_window = (ANativeWindow*)window; |
| 233 | local_persist.next_win_ready = true; |
| 234 | } |
| 235 | |
| 236 | /////////////////////////////////////////// |
| 237 |
no outgoing calls
no test coverage detected