aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app/spwayland.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-10-19 00:30:56 +0900
committerOphestra <cat@gensokyo.uk>2025-10-19 00:30:56 +0900
commit4cfb1fda8f07045f50a8e6d0f1c5469e3fa3e269 (patch)
tree1ecacbd5852328faf598350e2629835cb9d50a0a /internal/app/spwayland.go
parentc12183959a117f2e11de133ff2be57ad99795984 (diff)
internal/app/spwayland: check behaviour
This op is quite clean. Might get slightly more complex at some point passing socket fd. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/app/spwayland.go')
-rw-r--r--internal/app/spwayland.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/app/spwayland.go b/internal/app/spwayland.go
index 5355c32a..d8c18386 100644
--- a/internal/app/spwayland.go
+++ b/internal/app/spwayland.go
@@ -12,6 +12,7 @@ import (
func init() { gob.Register(new(spWaylandOp)) }
// spWaylandOp exports the Wayland display server to the container.
+// Runs after spRuntimeOp.
type spWaylandOp struct {
// Path to host wayland socket. Populated during toSystem if DirectWayland is true.
SocketPath *check.Absolute