aboutsummaryrefslogtreecommitdiff
path: root/nexgb/examples/randr/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'nexgb/examples/randr/main.go')
-rw-r--r--nexgb/examples/randr/main.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/nexgb/examples/randr/main.go b/nexgb/examples/randr/main.go
index e349144..b41e653 100644
--- a/nexgb/examples/randr/main.go
+++ b/nexgb/examples/randr/main.go
@@ -14,9 +14,9 @@ import (
"fmt"
"log"
- "github.com/BurntSushi/xgb"
- "github.com/BurntSushi/xgb/randr"
- "github.com/BurntSushi/xgb/xproto"
+ xgb "janouch.name/haven/nexgb"
+ "janouch.name/haven/nexgb/randr"
+ "janouch.name/haven/nexgb/xproto"
)
func main() {