From 28a511253284a7be082d6c41e40aa2172b675263 Mon Sep 17 00:00:00 2001 From: Přemysl Janouch Date: Fri, 21 Sep 2018 08:37:21 +0200 Subject: nexgb: export {Major,Minor}Version for extensions --- nexgb/xcmisc/xcmisc.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nexgb/xcmisc') diff --git a/nexgb/xcmisc/xcmisc.go b/nexgb/xcmisc/xcmisc.go index 71cc078..7a9d486 100644 --- a/nexgb/xcmisc/xcmisc.go +++ b/nexgb/xcmisc/xcmisc.go @@ -9,6 +9,11 @@ import ( "janouch.name/haven/nexgb/xproto" ) +const ( + MajorVersion = 1 + MinorVersion = 1 +) + // Init must be called before using the XC-MISC extension. func Init(c *xgb.Conn) error { reply, err := xproto.QueryExtension(c, 7, "XC-MISC").Reply() -- cgit v1.2.3-70-g09d2