From 8fc3e1cb6eabaf0a6598a96db0b8d36e6bce34db Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Fri, 20 Jun 2025 19:06:59 -0700 Subject: [PATCH] docs: include HyprlandToplevel in module file --- src/wayland/hyprland/module.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wayland/hyprland/module.md b/src/wayland/hyprland/module.md index 0bdb6a7f..921bac99 100644 --- a/src/wayland/hyprland/module.md +++ b/src/wayland/hyprland/module.md @@ -4,6 +4,7 @@ headers = [ "ipc/connection.hpp", "ipc/monitor.hpp", "ipc/workspace.hpp", + "ipc/hyprland_toplevel.hpp", "ipc/qml.hpp", "focus_grab/qml.hpp", "global_shortcuts/qml.hpp",