From f773c92411b657be10c7a70d25e53bc18dff66b4 Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Sat, 7 Dec 2024 19:45:37 +0900 Subject: 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 --- wl/conn.go | 1 + 1 file changed, 1 insertion(+) (limited to 'wl') 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 ( -- cgit v1.3.1