aboutsummaryrefslogtreecommitdiff
path: root/nexgb/examples/get-active-window/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'nexgb/examples/get-active-window/main.go')
-rw-r--r--nexgb/examples/get-active-window/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/nexgb/examples/get-active-window/main.go b/nexgb/examples/get-active-window/main.go
index 48e020c..a54f106 100644
--- a/nexgb/examples/get-active-window/main.go
+++ b/nexgb/examples/get-active-window/main.go
@@ -6,8 +6,8 @@ import (
"fmt"
"log"
- "github.com/BurntSushi/xgb"
- "github.com/BurntSushi/xgb/xproto"
+ xgb "janouch.name/haven/nexgb"
+ "janouch.name/haven/nexgb/xproto"
)
func main() {