aboutsummaryrefslogtreecommitdiff
path: root/nexgb/ge/ge.go
diff options
context:
space:
mode:
Diffstat (limited to 'nexgb/ge/ge.go')
-rw-r--r--nexgb/ge/ge.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/nexgb/ge/ge.go b/nexgb/ge/ge.go
index f7e1ce4..b2bffdd 100644
--- a/nexgb/ge/ge.go
+++ b/nexgb/ge/ge.go
@@ -4,9 +4,9 @@ package ge
// This file is automatically generated from ge.xml. Edit at your peril!
import (
- "github.com/BurntSushi/xgb"
+ xgb "janouch.name/haven/nexgb"
- "github.com/BurntSushi/xgb/xproto"
+ "janouch.name/haven/nexgb/xproto"
)
// Init must be called before using the Generic Event Extension extension.