summaryrefslogtreecommitdiff
path: root/examples/randr/main.go
diff options
context:
space:
mode:
authorjEzEk <[email protected]>2017-12-10 18:02:04 +0100
committerjEzEk <[email protected]>2017-12-10 18:02:04 +0100
commite7ad12b3260efa08a4a1652913d5d551fdc1b95d (patch)
tree1f6234ef57c41d330f2e51bbe4d573be1d0db7c1 /examples/randr/main.go
parent27f122750802c950b2c869a5b63dafcf590ced95 (diff)
BurntSushi/xgb -> jezek/xgb
Diffstat (limited to 'examples/randr/main.go')
-rw-r--r--examples/randr/main.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/randr/main.go b/examples/randr/main.go
index e349144..13b934a 100644
--- a/examples/randr/main.go
+++ b/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"
+ "github.com/jezek/xgb"
+ "github.com/jezek/xgb/randr"
+ "github.com/jezek/xgb/xproto"
)
func main() {