aboutsummaryrefslogtreecommitdiffhomepage
path: root/wl
diff options
context:
space:
mode:
authorOphestra Umiker <cat@ophivana.moe>2024-12-07 19:45:37 +0900
committerOphestra Umiker <cat@ophivana.moe>2024-12-07 19:45:37 +0900
commitf773c92411b657be10c7a70d25e53bc18dff66b4 (patch)
tree52589593239d1e7e045e1a04a6fc5d2455b22f0d /wl
parent16ab734fcdb43a0e3936607316bd40638c9463ee (diff)
system: prevent duplicate Wayland op
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>
Diffstat (limited to 'wl')
-rw-r--r--wl/conn.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/wl/conn.go b/wl/conn.go
index a04845cf..82c0587b 100644
--- a/wl/conn.go
+++ b/wl/conn.go
@@ -1,3 +1,4 @@
+// Package wl implements Wayland security_context_v1 protocol.
package wl
import (