| 11190 | } |
| 11191 | |
| 11192 | void buttonAcceptResolution(button_t* my) |
| 11193 | { |
| 11194 | confirmResolutionWindow = false; |
| 11195 | buttonCloseSubwindow(my); |
| 11196 | list_FreeAll(&button_l); |
| 11197 | deleteallbuttons = true; |
| 11198 | revertResolutionButton = nullptr; |
| 11199 | |
| 11200 | applySettings(); |
| 11201 | } |
| 11202 | |
| 11203 | void buttonRevertResolution(button_t* my) |
| 11204 | { |
nothing calls this directly
no test coverage detected