On Mon, Jan 15, 2007 at 10:42:10AM -0700, Vitaliy Margolen wrote:
df->rgodf[idx++].dwType = DIDFT_MAKEINSTANCE(axis++) | DIDFT_ABSAXIS; }
- for (i = 0; i < 4; i++)
- idx = WINE_JOYSTICK_MAX_AXES;
Why are you creating a gap? This is exactly the point here to skip all the objects that we do not have. And they all need to be sequential in godf - no gaps. Otherwise you braking EnumObjects.
you are right. funny thing is - everything works with this patches :/ i will drop the two idx assigns and resubmit the patch.