diff options
Diffstat (limited to 'nexgb/res')
| -rw-r--r-- | nexgb/res/res.go | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/nexgb/res/res.go b/nexgb/res/res.go index 0ad0389..b97f562 100644 --- a/nexgb/res/res.go +++ b/nexgb/res/res.go @@ -4,9 +4,9 @@ package res  // This file is automatically generated from res.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 X-Resource extension. | 
