http://bugs.winehq.org/show_bug.cgi?id=20808
--- Comment #10 from NSLW lukasz.wojnilowicz@gmail.com 2009-12-28 15:48:09 --- (In reply to comment #9)
I guess that your wine was not compiled with libXcomposite support.
I've got libXcomposite and libXcomposite-devel on my Fedora 12. To get Wine i did simple ./configure && make depend && make. AFAIK Wine is compiled by default with Xcomposite.
When the composite libray isn't around we fall back to some pixmap rendering 'hack'. In recent drivers nvidia fixed their drivers which breaks our hack. I'm not sure if you used the window rendering hack or not (you might have to force it in the code). In case of osx it is used because some libs aren't around.
Now I'm bit confused. Should I compile Wine with or without libXcomposite to be sure to use your hack?