mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-04-21 09:19:36 +09:00
Add x11 window capture (video and screenshot)
This commit is contained in:
@@ -16,6 +16,7 @@ namespace gsr {
|
||||
void string_split_char(std::string_view str, char delimiter, StringSplitCallback callback_func);
|
||||
bool starts_with(std::string_view str, const char *substr);
|
||||
bool ends_with(std::string_view str, const char *substr);
|
||||
std::string strip(const std::string &str);
|
||||
|
||||
std::string get_home_dir();
|
||||
std::string get_config_dir();
|
||||
|
||||
Reference in New Issue
Block a user