nexgb: export {Major,Minor}Version for extensions

This commit is contained in:
2018-09-21 08:37:21 +02:00
parent 1a53c005e9
commit 28a5112532
26 changed files with 131 additions and 0 deletions

View File

@@ -9,6 +9,11 @@ import (
"janouch.name/haven/nexgb/xproto"
)
const (
MajorVersion = 1
MinorVersion = 0
)
// Init must be called before using the XEVIE extension.
func Init(c *xgb.Conn) error {
reply, err := xproto.QueryExtension(c, 5, "XEVIE").Reply()