From 518fd54ff3c7fe718f81a995f75913d1fdd6fc31 Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Sun, 14 Jul 2024 18:31:53 +0900 Subject: x11: wrap libxcb ChangeHosts request Even though many pure Go libxcb implementations exist, it is at least as complex and unreadable as libxcb, if not more. Since well known libraries like SDL, qt and gtk uses libxcb, and they somehow understand how to use it, I can only assume these people have read enough code to make sure it's correct enough. Call it wishful thinking. I don't care anymore. Signed-off-by: Ophestra Umiker --- acl.go | 1 - 1 file changed, 1 deletion(-) (limited to 'acl.go') diff --git a/acl.go b/acl.go index f1f496e5..d176d813 100644 --- a/acl.go +++ b/acl.go @@ -1,6 +1,5 @@ package main -import "C" import ( "errors" "fmt" -- cgit v1.3.1