diff options
Diffstat (limited to 'internal/app/spwayland.go')
| -rw-r--r-- | internal/app/spwayland.go | 1 |
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 |
