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