aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-11-30 19:29:24 +0100
committerdec05eba <dec05eba@protonmail.com>2024-11-30 19:29:24 +0100
commite8c17d248db56d6f36daa077202c58fab17e4ba1 (patch)
treef77534b68bf7840397df0e80d150e68d56aaf641 /include
parent21c7db19a961d8a3465ae64eea4a81b703723ed4 (diff)
Cleanup
Diffstat (limited to 'include')
-rw-r--r--include/WindowUtils.hpp1
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