diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-11-30 19:29:24 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-11-30 19:29:24 +0100 |
commit | e8c17d248db56d6f36daa077202c58fab17e4ba1 (patch) | |
tree | f77534b68bf7840397df0e80d150e68d56aaf641 /include | |
parent | 21c7db19a961d8a3465ae64eea4a81b703723ed4 (diff) |
Cleanup
Diffstat (limited to 'include')
-rw-r--r-- | include/WindowUtils.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/WindowUtils.hpp b/include/WindowUtils.hpp index 93d0dee..e647785 100644 --- a/include/WindowUtils.hpp +++ b/include/WindowUtils.hpp @@ -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); }
\ No newline at end of file |