diff options
Diffstat (limited to 'composite/composite.go')
| -rw-r--r-- | composite/composite.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/composite/composite.go b/composite/composite.go index 1373f8b..4622cee 100644 --- a/composite/composite.go +++ b/composite/composite.go @@ -4,10 +4,10 @@ package composite // This file is automatically generated from composite.xml. Edit at your peril! import ( - "github.com/BurntSushi/xgb" + "github.com/jezek/xgb" - "github.com/BurntSushi/xgb/xfixes" - "github.com/BurntSushi/xgb/xproto" + "github.com/jezek/xgb/xfixes" + "github.com/jezek/xgb/xproto" ) // Init must be called before using the Composite extension. |
