aboutsummaryrefslogtreecommitdiff
path: root/nexgb/xproto
diff options
context:
space:
mode:
Diffstat (limited to 'nexgb/xproto')
-rw-r--r--nexgb/xproto/xproto.go2
-rw-r--r--nexgb/xproto/xproto_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/nexgb/xproto/xproto.go b/nexgb/xproto/xproto.go
index 237f3cb..b18315f 100644
--- a/nexgb/xproto/xproto.go
+++ b/nexgb/xproto/xproto.go
@@ -4,7 +4,7 @@ package xproto
// This file is automatically generated from xproto.xml. Edit at your peril!
import (
- "github.com/BurntSushi/xgb"
+ xgb "janouch.name/haven/nexgb"
)
// Setup parses the setup bytes retrieved when
diff --git a/nexgb/xproto/xproto_test.go b/nexgb/xproto/xproto_test.go
index a5bec71..9e327a8 100644
--- a/nexgb/xproto/xproto_test.go
+++ b/nexgb/xproto/xproto_test.go
@@ -26,7 +26,7 @@ import (
"testing"
"time"
- "github.com/BurntSushi/xgb"
+ xgb "janouch.name/haven/nexgb"
)
// The X connection used throughout testing.