summaryrefslogtreecommitdiff
path: root/dri2/dri2.go
diff options
context:
space:
mode:
Diffstat (limited to 'dri2/dri2.go')
-rw-r--r--dri2/dri2.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/dri2/dri2.go b/dri2/dri2.go
index 820cf2b..1cc1d0a 100644
--- a/dri2/dri2.go
+++ b/dri2/dri2.go
@@ -4,9 +4,9 @@ package dri2
// This file is automatically generated from dri2.xml. Edit at your peril!
import (
- "github.com/BurntSushi/xgb"
+ "github.com/jezek/xgb"
- "github.com/BurntSushi/xgb/xproto"
+ "github.com/jezek/xgb/xproto"
)
// Init must be called before using the DRI2 extension.