diff options
Diffstat (limited to 'nexgb/xcmisc')
| -rw-r--r-- | nexgb/xcmisc/xcmisc.go | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/nexgb/xcmisc/xcmisc.go b/nexgb/xcmisc/xcmisc.go index 1778057..71cc078 100644 --- a/nexgb/xcmisc/xcmisc.go +++ b/nexgb/xcmisc/xcmisc.go @@ -4,9 +4,9 @@ package xcmisc  // This file is automatically generated from xc_misc.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 XC-MISC extension. | 
