diff options
Diffstat (limited to 'nexgb/xv')
| -rw-r--r-- | nexgb/xv/xv.go | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/nexgb/xv/xv.go b/nexgb/xv/xv.go index 69a0549..df81bac 100644 --- a/nexgb/xv/xv.go +++ b/nexgb/xv/xv.go @@ -4,10 +4,10 @@ package xv  // This file is automatically generated from xv.xml. Edit at your peril!  import ( -	"github.com/BurntSushi/xgb" +	xgb "janouch.name/haven/nexgb" -	"github.com/BurntSushi/xgb/shm" -	"github.com/BurntSushi/xgb/xproto" +	"janouch.name/haven/nexgb/shm" +	"janouch.name/haven/nexgb/xproto"  )  // Init must be called before using the XVideo extension. | 
