diff options
Diffstat (limited to 'xfixes/xfixes.go')
| -rw-r--r-- | xfixes/xfixes.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xfixes/xfixes.go b/xfixes/xfixes.go index 0f9e4b0..5751527 100644 --- a/xfixes/xfixes.go +++ b/xfixes/xfixes.go @@ -4,11 +4,11 @@ package xfixes // This file is automatically generated from xfixes.xml. Edit at your peril! import ( - "github.com/BurntSushi/xgb" + "github.com/jezek/xgb" - "github.com/BurntSushi/xgb/render" - "github.com/BurntSushi/xgb/shape" - "github.com/BurntSushi/xgb/xproto" + "github.com/jezek/xgb/render" + "github.com/jezek/xgb/shape" + "github.com/jezek/xgb/xproto" ) // Init must be called before using the XFIXES extension. |
