diff options
Diffstat (limited to 'shape/shape.go')
| -rw-r--r-- | shape/shape.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shape/shape.go b/shape/shape.go index 7069f7e..42b3f9f 100644 --- a/shape/shape.go +++ b/shape/shape.go @@ -4,9 +4,9 @@ package shape // This file is automatically generated from shape.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 SHAPE extension. |
