From fe40af7b7e95356b7d88e35941097edc9700f093 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 15 Nov 2025 23:20:03 +0900 Subject: internal/wayland: relocate connection struct This interface is getting replaced, so relocating it to the deprecated wrapper package before working on its replacement. Signed-off-by: Ophestra --- internal/system/wayland.go | 2 +- internal/system/wayland_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/system') diff --git a/internal/system/wayland.go b/internal/system/wayland.go index c423fe24..bbecde18 100644 --- a/internal/system/wayland.go +++ b/internal/system/wayland.go @@ -8,7 +8,7 @@ import ( "hakurei.app/container/check" "hakurei.app/hst" "hakurei.app/internal/acl" - "hakurei.app/internal/wayland" + "hakurei.app/system/wayland" ) type waylandConn interface { diff --git a/internal/system/wayland_test.go b/internal/system/wayland_test.go index 4e7db513..c70603bf 100644 --- a/internal/system/wayland_test.go +++ b/internal/system/wayland_test.go @@ -7,7 +7,7 @@ import ( "hakurei.app/container/stub" "hakurei.app/internal/acl" - "hakurei.app/internal/wayland" + "hakurei.app/system/wayland" ) type stubWaylandConn struct { -- cgit v1.3.1