summaryrefslogtreecommitdiff
path: root/xproto
diff options
context:
space:
mode:
Diffstat (limited to 'xproto')
-rw-r--r--xproto/xproto.go2
-rw-r--r--xproto/xproto_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/xproto/xproto.go b/xproto/xproto.go
index 716c49b..8d7e51b 100644
--- a/xproto/xproto.go
+++ b/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"
+ "github.com/jezek/xgb"
)
// Setup parses the setup bytes retrieved when
diff --git a/xproto/xproto_test.go b/xproto/xproto_test.go
index a5bec71..f8080bf 100644
--- a/xproto/xproto_test.go
+++ b/xproto/xproto_test.go
@@ -26,7 +26,7 @@ import (
"testing"
"time"
- "github.com/BurntSushi/xgb"
+ "github.com/jezek/xgb"
)
// The X connection used throughout testing.