diff --git a/meson.build b/meson.build index 5db53b7..1b9ed09 100644 --- a/meson.build +++ b/meson.build @@ -11,6 +11,7 @@ protocols = { 'hyprland-toplevel-export': ['v1'], 'hyprland-global-shortcuts': ['v1'], 'hyprland-focus-grab': ['v1'], + 'hyprland-ctm-control': ['v1'], } protocol_files = [] diff --git a/protocols/hyprland-ctm-control.xml b/protocols/hyprland-ctm-control-v1.xml similarity index 100% rename from protocols/hyprland-ctm-control.xml rename to protocols/hyprland-ctm-control-v1.xml