system: make xcb internal

This package is hauntingly ugly. Move this to internal until it is removed or replaced.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-02-17 19:07:53 +09:00
parent 90cb01b274
commit 38a3e6af03
3 changed files with 1 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ package system
import ( import (
"fmt" "fmt"
"git.gensokyo.uk/security/fortify/xcb" "git.gensokyo.uk/security/fortify/system/internal/xcb"
) )
// ChangeHosts appends an X11 ChangeHosts command Op. // ChangeHosts appends an X11 ChangeHosts command Op.