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