diff options
Diffstat (limited to 'nexgb/examples/get-active-window')
-rw-r--r-- | nexgb/examples/get-active-window/main.go | 4 |
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() { |