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