This commit is contained in:
dec05eba
2024-11-30 19:29:24 +01:00
parent 21c7db19a9
commit e8c17d248d
3 changed files with 9 additions and 67 deletions

View File

@@ -9,5 +9,6 @@ namespace gsr {
CURSOR
};
Window get_focused_window(Display *dpy, WindowCaptureType cap_type);
std::string get_focused_window_name(Display *dpy, WindowCaptureType window_capture_type);
}