http://bugs.winehq.org/show_bug.cgi?id=3213
------- Additional Comments From us@edmeades.me.uk 2006-20-01 17:14 ------- Actually thats wrong, ignore that. However, I think the simple change is that in the SetBitmapSize, we reject a set of 0,0 (checks for <=0 and treats as a failure). I think changing this to just <0 is more accurate.
Still investigating