From 03c24c51224e85eb96527a512f5f0483464fc810 Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Mon, 16 Sep 2024 20:32:07 +0900 Subject: move acl and xcb binding packages to top level These packages are reasonably clean and do not interact with other packages. Signed-off-by: Ophestra Umiker --- internal/app/x.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/app/x.go') diff --git a/internal/app/x.go b/internal/app/x.go index 07034026..f198fee3 100644 --- a/internal/app/x.go +++ b/internal/app/x.go @@ -2,12 +2,12 @@ package app import ( "fmt" - "git.ophivana.moe/cat/fortify/internal/final" "os" + "git.ophivana.moe/cat/fortify/internal/final" "git.ophivana.moe/cat/fortify/internal/state" "git.ophivana.moe/cat/fortify/internal/verbose" - "git.ophivana.moe/cat/fortify/internal/xcb" + "git.ophivana.moe/cat/fortify/xcb" ) const display = "DISPLAY" -- cgit v1.3.1