22 Sep
2008
22 Sep
'08
4:24 a.m.
http://bugs.winehq.org/show_bug.cgi?id=15364 --- Comment #4 from Austin English <austinenglish(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.