| 11212 | } |
| 11213 | |
| 11214 | void revertResolution() |
| 11215 | { |
| 11216 | settings_xres = oldXres; |
| 11217 | settings_yres = oldYres; |
| 11218 | |
| 11219 | applySettings(); |
| 11220 | } |
| 11221 | |
| 11222 | // settings accept button |
| 11223 | void buttonSettingsAccept(button_t* my) |
no test coverage detected