http://bugs.winehq.org/show_bug.cgi?id=10994
Ian Goddard igoddard@nildram.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |igoddard@nildram.co.uk
--- Comment #11 from Ian Goddard igoddard@nildram.co.uk 2008-05-28 19:06:31 --- Try editing x11drv_main.c (in :~/wine/dlls/winex11.drv).
After the line (line 300 in current GIT version)
case 24:
insert either a line
return 24;
or a line
return depth;
run make again and see if this fixes it. If it does it looks like a duplicate of 11203