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