diff options
Diffstat (limited to 'xinerama/xinerama.go')
| -rw-r--r-- | xinerama/xinerama.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xinerama/xinerama.go b/xinerama/xinerama.go index ec97406..580387c 100644 --- a/xinerama/xinerama.go +++ b/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" + "github.com/jezek/xgb" - "github.com/BurntSushi/xgb/xproto" + "github.com/jezek/xgb/xproto" ) // Init must be called before using the XINERAMA extension. |
