diff options
Diffstat (limited to 'nexgb/xfixes')
| -rw-r--r-- | nexgb/xfixes/xfixes.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/nexgb/xfixes/xfixes.go b/nexgb/xfixes/xfixes.go index 0424585..a34df54 100644 --- a/nexgb/xfixes/xfixes.go +++ b/nexgb/xfixes/xfixes.go @@ -1801,7 +1801,7 @@ func invertRegionRequest(c *xgb.Conn, Source Region, Bounds xproto.Rectangle, De  	{  		structBytes := Bounds.Bytes()  		copy(buf[b:], structBytes) -		b += xgb.Pad(len(structBytes)) +		b += len(structBytes)  	}  	xgb.Put32(buf[b:], uint32(Destination)) | 
