nexgb: export {Major,Minor}Version for extensions
This commit is contained in:
@@ -9,6 +9,11 @@ import (
|
||||
"janouch.name/haven/nexgb/xproto"
|
||||
)
|
||||
|
||||
const (
|
||||
MajorVersion = 4
|
||||
MinorVersion = 1
|
||||
)
|
||||
|
||||
// Init must be called before using the XFree86-DRI extension.
|
||||
func Init(c *xgb.Conn) error {
|
||||
reply, err := xproto.QueryExtension(c, 11, "XFree86-DRI").Reply()
|
||||
|
||||
Reference in New Issue
Block a user