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