Implement multi-monitor screenshots

This commit is contained in:
Cacodemon345
2022-07-07 16:09:50 +06:00
parent b9316be98f
commit e287886dfb
4 changed files with 9 additions and 6 deletions

View File

@@ -1925,7 +1925,8 @@ void MainWindow::on_actionUpdate_status_bar_icons_triggered()
void MainWindow::on_actionTake_screenshot_triggered()
{
startblit();
screenshots++;
for (int i = 0; i < MONITORS_NUM; i++)
monitors[i].mon_screenshots++;
endblit();
device_force_redraw();
}