Re: winex11.drv: Fixed XInput2 errors with mislabeled mice axis.

2013-04-27 Thread Dmitry Timoshkov
"Cope, Christopher Edward" wrote: > @@ -1638,16 +1636,14 @@ static void X11DRV_RawMotion( XGenericEventCookie > *xev ) > if (XIMaskIsSet( event->valuators.mask, class->number )) > { > double val = *values++; > -if (class->label == x11drv

Re: qedit/tests: Improve test messages

2013-04-27 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=25328 Your paranoid android

Re: qedit/tests: Improve test messages

2013-04-27 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=25328 Your paranoid android

Re: netapi32: Add stub for NetGetAnyDCName

2013-04-27 Thread Ruslan Kabatsayev
Hi, On Sat, Apr 27, 2013 at 6:21 PM, Christian Costa wrote: > > Hi, > > + FIXME("(%s, %s, %p) stub!\n", debugstr_w(servername), > + debugstr_w(domainname), bufptr); > + return ERROR_NO_SUCH_DOMAIN; > +} > > Please use 4 spaces indentation as the rest of the file. > > Christian >

Re: netapi32: Add stub for NetGetAnyDCName

2013-04-27 Thread Christian Costa
Hi, + FIXME("(%s, %s, %p) stub!\n", debugstr_w(servername), + debugstr_w(domainname), bufptr); + return ERROR_NO_SUCH_DOMAIN; +} Please use 4 spaces indentation as the rest of the file. Christian Le 27/04/2013 14:05, Ruslan Kabatsayev a écrit : Hello, This patch adds a s