AZO234 / NP2kai

Neko Project II kai
http://domisan.sakura.ne.jp/article/np2kai/np2kai.html
MIT License
246 stars 61 forks source link

fix _NET_SUPPORTED check in check_netwm #104

Closed bsdf closed 4 years ago

bsdf commented 4 years ago

sizeof(guint32) may not equal sizeof(Atom) so iterating over the results of XGetWindowProperty as guint32 may be incorrect. so why not just use Atom directly?

AZO234 commented 4 years ago

Thanks to your fix. I have a little knowledge about X, I think there are many 'must use Atom' points in code. I'll check.