nexgb: rewrite import paths

This commit is contained in:
2018-09-08 19:57:27 +02:00
parent 48fb710f35
commit 7aa2601e66
35 changed files with 78 additions and 78 deletions

View File

@@ -4,9 +4,9 @@ package dri2
// This file is automatically generated from dri2.xml. Edit at your peril!
import (
"github.com/BurntSushi/xgb"
xgb "janouch.name/haven/nexgb"
"github.com/BurntSushi/xgb/xproto"
"janouch.name/haven/nexgb/xproto"
)
// Init must be called before using the DRI2 extension.