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