diff options
Diffstat (limited to 'include/WindowUtils.hpp')
-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 |