| 584 | } |
| 585 | |
| 586 | void LBackend_SetScreen(struct LScreen* s) { |
| 587 | for (int i = 0; i < s->numWidgets; i++) |
| 588 | { |
| 589 | ShowWidget(s->widgets[i]); |
| 590 | } |
| 591 | } |
| 592 | |
| 593 | void LBackend_CloseScreen(struct LScreen* s) { |
| 594 | // stop referencing widgets |
nothing calls this directly
no test coverage detected