summaryrefslogtreecommitdiff
path: root/glx/glx.go
diff options
context:
space:
mode:
Diffstat (limited to 'glx/glx.go')
-rw-r--r--glx/glx.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/glx/glx.go b/glx/glx.go
index cf72d9a..3b87616 100644
--- a/glx/glx.go
+++ b/glx/glx.go
@@ -4,9 +4,9 @@ package glx
// This file is automatically generated from glx.xml. Edit at your peril!
import (
- "github.com/BurntSushi/xgb"
+ "github.com/jezek/xgb"
- "github.com/BurntSushi/xgb/xproto"
+ "github.com/jezek/xgb/xproto"
)
// Init must be called before using the GLX extension.