* Callback on the confirmation window for huge screenshots. * @param confirmed true on confirmation */
| 340 | * @param confirmed true on confirmation |
| 341 | */ |
| 342 | static void ScreenshotConfirmationCallback(Window *, bool confirmed) |
| 343 | { |
| 344 | if (confirmed) MakeScreenshot(_confirmed_screenshot_type, {}); |
| 345 | } |
| 346 | |
| 347 | /** |
| 348 | * Make a screenshot. |
nothing calls this directly
no test coverage detected