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 <cat@gensokyo.uk>
This commit is contained in:
2025-11-15 23:20:03 +09:00
parent 12751932d1
commit fe40af7b7e
6 changed files with 88 additions and 87 deletions

View File

@@ -7,7 +7,7 @@ import (
"hakurei.app/container/stub"
"hakurei.app/internal/acl"
"hakurei.app/internal/wayland"
"hakurei.app/system/wayland"
)
type stubWaylandConn struct {