http://bugs.winehq.org/show_bug.cgi?id=15364
--- Comment #4 from Austin English austinenglish@gmail.com 2008-09-21 23:24:44 --- (In reply to comment #2)
Perhaps it would work if the program was this?
#include <X11/Xlib.h> #include <X11/extensions/Xrandr.h> int main () { void *foo; foo = &XRRSetScreenConfigAndRate; return 0; }
That fixes xrandr, yes. The other patch is not required.
I don't think suppressing errors in the proper solution...Getting to the root of the problem is the way to go.