diff options
Diffstat (limited to 'nexgb/xf86vidmode')
-rw-r--r-- | nexgb/xf86vidmode/xf86vidmode.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nexgb/xf86vidmode/xf86vidmode.go b/nexgb/xf86vidmode/xf86vidmode.go index 22e236f..fd9d70f 100644 --- a/nexgb/xf86vidmode/xf86vidmode.go +++ b/nexgb/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" + xgb "janouch.name/haven/nexgb" - "github.com/BurntSushi/xgb/xproto" + "janouch.name/haven/nexgb/xproto" ) // Init must be called before using the XFree86-VidModeExtension extension. |