Re: respect ph.dwHow on SetProperty and some other transfers from joystick_linux.c

2005-10-07 Thread Christoph Frick
On Thu, Oct 06, 2005 at 12:30:48PM -0700, Daniel Remenak wrote: > > @@ -859,15 +939,14 @@ > > - JoystickAImpl_Acquire(iface); > > + IDirectInputDevice8_Acquire(iface); > > - JoystickAImpl_Unacquire(iface); > > + IDirectInputDevice8_Unacquire(iface); > > Wha

Re: respect ph.dwHow on SetProperty and some other transfers from joystick_linux.c

2005-10-06 Thread Daniel Remenak
> @@ -859,15 +939,14 @@ > JoystickImpl *This = (JoystickImpl *)iface; > intxfd = This->joyfd; > inti,axes,buttons; > -intwasacquired = 1; > > TRACE("%p->(%p)\n",iface,lpDIDevCaps); > -if (xfd==-1) { > + > /* yes, ga