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