Screenshot: add option to save screenshot to clipboard

This commit is contained in:
dec05eba
2025-08-25 22:26:54 +02:00
parent 9bbec944de
commit dacf6126bf
12 changed files with 396 additions and 6 deletions

View File

@@ -10,6 +10,7 @@
#include "AudioPlayer.hpp"
#include "RegionSelector.hpp"
#include "WindowSelector.hpp"
#include "ClipboardFile.hpp"
#include "CursorTracker/CursorTracker.hpp"
#include <mglpp/window/Window.hpp>
@@ -253,5 +254,6 @@ namespace gsr {
bool hide_ui = false;
double notification_duration_multiplier = 1.0;
ClipboardFile clipboard_file;
};
}