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