diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-09-29 06:32:15 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-09-29 06:34:29 +0900 |
| commit | 44ba7a5f02b7575a706a22aac53c8ac608d18f23 (patch) | |
| tree | c08890b09a42c38bdf24b976421704ce83a74fad /system/wayland.go | |
| parent | dc467493d8a1461ea321ccf5ca3a2b037f880088 (diff) | |
hst/enablement: move bits from system
This is part of the hst API, should not be in the implementation package.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'system/wayland.go')
| -rw-r--r-- | system/wayland.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/wayland.go b/system/wayland.go index 5a87ab96..77cd61f0 100644 --- a/system/wayland.go +++ b/system/wayland.go @@ -5,6 +5,7 @@ import ( "fmt" "os" + "hakurei.app/hst" "hakurei.app/system/acl" "hakurei.app/system/wayland" ) @@ -32,7 +33,7 @@ type waylandOp struct { conn waylandConn } -func (w *waylandOp) Type() Enablement { return Process } +func (w *waylandOp) Type() hst.Enablement { return Process } func (w *waylandOp) apply(sys *I) error { if w.sync == nil { |
