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 /src/WindowUtils.cpp | |
parent | 21c7db19a961d8a3465ae64eea4a81b703723ed4 (diff) |
Cleanup
Diffstat (limited to 'src/WindowUtils.cpp')
-rw-r--r-- | src/WindowUtils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WindowUtils.cpp b/src/WindowUtils.cpp index 9b07915..c033058 100644 --- a/src/WindowUtils.cpp +++ b/src/WindowUtils.cpp @@ -40,7 +40,7 @@ namespace gsr { return window; } - static Window get_focused_window(Display *dpy, WindowCaptureType cap_type) { + Window get_focused_window(Display *dpy, WindowCaptureType cap_type) { const Atom net_active_window_atom = XInternAtom(dpy, "_NET_ACTIVE_WINDOW", False); Window focused_window = None; |