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