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