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 = 2
MinorVersion = 2
)
// Init must be called before using the XFree86-VidModeExtension extension.
func Init(c *xgb.Conn) error {
reply, err := xproto.QueryExtension(c, 24, "XFree86-VidModeExtension").Reply()