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

Update new.go #18

Closed snyh closed 10 years ago

snyh commented 10 years ago

handle windows with depth=32

If didn't handle this, then xgraphics.NewDrawable will failed when the drawable is a window which depth property is 32.

BurntSushi commented 10 years ago

Nice! Thank you. :-)