| 1872 | } |
| 1873 | |
| 1874 | void lf_set_theme(LfTheme theme) { |
| 1875 | state.theme = theme; |
| 1876 | } |
| 1877 | |
| 1878 | void lf_resize_display(uint32_t display_width, uint32_t display_height) { |
| 1879 | // Setting the display height internally |
nothing calls this directly
no outgoing calls
no test coverage detected