From 28a511253284a7be082d6c41e40aa2172b675263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Fri, 21 Sep 2018 08:37:21 +0200 Subject: nexgb: export {Major,Minor}Version for extensions --- nexgb/xvmc/xvmc.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nexgb/xvmc') 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() -- cgit v1.2.3