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 e31eeb2..72d2179 100644 --- a/include/WindowUtils.hpp +++ b/include/WindowUtils.hpp @@ -15,6 +15,7 @@ namespace gsr { struct Monitor { mgl::vec2i position; mgl::vec2i size; + std::string name; }; std::optional<std::string> get_window_title(Display *dpy, Window window); |