Files
gpu-screen-recorder-ui/include/KwinWorkaround.hpp
2026-01-24 00:55:47 +01:00

13 lines
211 B
C++

#pragma once
#include <string>
namespace gsr {
struct ActiveKwinWindow {
std::string title = "Game";
};
void start_kwin_helper_thread();
std::string get_current_kwin_window_title();
}