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