diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-02-17 13:24:17 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-02-17 13:24:17 +0900 |
| commit | 3ae2ab652e9cd1d6250dbde8ae0f9b9fe90afc72 (patch) | |
| tree | 52b0cf50658f4a7ea8606db3174d4f250e6a3cad /internal/app/start.go | |
| parent | db71fbe22bea41e92b9a037a2b608a3350097f5f (diff) | |
system/wayland: sync file at caller specified address
Storing this in sys is incredibly ugly: sys should be stateless and Ops must keep track of their state.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/app/start.go')
| -rw-r--r-- | internal/app/start.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/app/start.go b/internal/app/start.go index 467735e1..8390b6be 100644 --- a/internal/app/start.go +++ b/internal/app/start.go @@ -58,7 +58,7 @@ func (a *app) Run(ctx context.Context, rs *RunState) error { if startTime, err := a.shim.Start( a.seal.sys.user.as, a.seal.sys.user.supp, - a.seal.sys.Sync(), + a.seal.sys.sp, ); err != nil { return err } else { |
