Re: Problem with change of DIDEVICEOBJECTDATA

2004-09-08 Thread Robert Reif
Stefan Dösinger wrote: Hello, I have a problem with the change of struct DIDEVICEOBJECTDATA in CVS: DIDEVICEOBJECTDATA now has size 20, but Settler 3 still calls SysMouseAImpl_GetDeviceData with dodsize=16 and complains about the returned error. Stefan Dösinger Just posted a patch to wine-pa

Re: Problem with change of DIDEVICEOBJECTDATA

2004-09-08 Thread Lionel Ulmer
On Wed, Sep 08, 2004 at 07:52:46PM +0200, Stefan Dösinger wrote: > Hello, > I have a problem with the change of struct DIDEVICEOBJECTDATA in CVS: > DIDEVICEOBJECTDATA now has size 20, but Settler 3 still calls > SysMouseAImpl_GetDeviceData with dodsize=16 and complains about the returned > error.

Problem with change of DIDEVICEOBJECTDATA

2004-09-08 Thread Stefan Dösinger
Hello, I have a problem with the change of struct DIDEVICEOBJECTDATA in CVS: DIDEVICEOBJECTDATA now has size 20, but Settler 3 still calls SysMouseAImpl_GetDeviceData with dodsize=16 and complains about the returned error. Stefan Dösinger