diff options
Diffstat (limited to 'nexgb/composite/composite.go')
-rw-r--r-- | nexgb/composite/composite.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nexgb/composite/composite.go b/nexgb/composite/composite.go index 1373f8b..a7047d0 100644 --- a/nexgb/composite/composite.go +++ b/nexgb/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" + xgb "janouch.name/haven/nexgb" - "github.com/BurntSushi/xgb/xfixes" - "github.com/BurntSushi/xgb/xproto" + "janouch.name/haven/nexgb/xfixes" + "janouch.name/haven/nexgb/xproto" ) // Init must be called before using the Composite extension. |