aboutsummaryrefslogtreecommitdiff
path: root/nexgb/bigreq/bigreq.go
diff options
context:
space:
mode:
Diffstat (limited to 'nexgb/bigreq/bigreq.go')
-rw-r--r--nexgb/bigreq/bigreq.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/nexgb/bigreq/bigreq.go b/nexgb/bigreq/bigreq.go
index d045d7f..b0dd1a8 100644
--- a/nexgb/bigreq/bigreq.go
+++ b/nexgb/bigreq/bigreq.go
@@ -9,6 +9,11 @@ import (
"janouch.name/haven/nexgb/xproto"
)
+const (
+ MajorVersion = 0
+ MinorVersion = 0
+)
+
// Init must be called before using the BIG-REQUESTS extension.
func Init(c *xgb.Conn) error {
reply, err := xproto.QueryExtension(c, 12, "BIG-REQUESTS").Reply()