diff options
Diffstat (limited to 'nexgb/damage')
-rw-r--r-- | nexgb/damage/damage.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nexgb/damage/damage.go b/nexgb/damage/damage.go index d83246c..7edccd2 100644 --- a/nexgb/damage/damage.go +++ b/nexgb/damage/damage.go @@ -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() |