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