aboutsummaryrefslogtreecommitdiff
path: root/nexgb/damage/damage.go
diff options
context:
space:
mode:
Diffstat (limited to 'nexgb/damage/damage.go')
-rw-r--r--nexgb/damage/damage.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/nexgb/damage/damage.go b/nexgb/damage/damage.go
index 26eca04..d83246c 100644
--- a/nexgb/damage/damage.go
+++ b/nexgb/damage/damage.go
@@ -4,10 +4,10 @@ package damage
// This file is automatically generated from damage.xml. Edit at your peril!
import (
- "github.com/BurntSushi/xgb"
+ xgb "janouch.name/haven/nexgb"
- "github.com/BurntSushi/xgb/xfixes"
- "github.com/BurntSushi/xgb/xproto"
+ "janouch.name/haven/nexgb/xfixes"
+ "janouch.name/haven/nexgb/xproto"
)
// Init must be called before using the DAMAGE extension.