BurntSushi / xgbutil

A utility library to make use of the X Go Binding easier. (Implements EWMH and ICCCM specs, key binding support, etc.)
Do What The F*ck You Want To Public License
194 stars 46 forks source link

bugfix: SubImage can return nil #26

Closed aarzilli closed 10 years ago

aarzilli commented 10 years ago

XPaintRects leads to nil pointer dereference if it's passed non-intersecting rects.

BurntSushi commented 10 years ago

Thanks!