system: prevent duplicate Wayland op
All checks were successful
test / test (push) Successful in 36s

Wayland is implemented as an Op to enforce dependency and cleanup, its implementation does not allow multiple instances on a single sys object, nor would doing that make any sense.

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
2024-12-07 19:45:37 +09:00
parent 16ab734fcd
commit f773c92411
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
// Package wl implements Wayland security_context_v1 protocol.
package wl
import (