summaryrefslogtreecommitdiff
path: root/xf86vidmode/xf86vidmode.go
diff options
context:
space:
mode:
Diffstat (limited to 'xf86vidmode/xf86vidmode.go')
-rw-r--r--xf86vidmode/xf86vidmode.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/xf86vidmode/xf86vidmode.go b/xf86vidmode/xf86vidmode.go
index 2829fd6..6bd3232 100644
--- a/xf86vidmode/xf86vidmode.go
+++ b/xf86vidmode/xf86vidmode.go
@@ -4,9 +4,9 @@ package xf86vidmode
// This file is automatically generated from xf86vidmode.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 XFree86-VidModeExtension extension.