Hi Jacek, 2014-09-09 16:43 GMT+08:00 Jacek Caban jacek@codeweavers.com:
Since you're adding those checks to many functions, it would probably make sense to move that to get_nsstyle_pixel_val.
I didn't do that because I think checking it before get_nsstyle_pixel_val can save a function calling when p == NULL. :)
Thanks for your review! I will send a newer version.