[comp.windows.x] pointer mismatch in pmax mfb code?

kupfer@sprite.berkeley.edu (Mike Kupfer) (02/06/91)

In R4, ddx/dec/mfbpmax/mfbpmax_io.c:pmSetCursorPosition does a call
through pmPointer->processInputProc, passing in pmPointer.  The
routine it calls is dix/events.c:ProcessPointerEvent.  pmPointer is a
DevicePtr; the corresponding parameter in ProcessPointerEvent is a
DeviceIntPtr.  This appears to be a type mismatch.  Is there something
I'm missing, or is this a bug?  (The sources I have access to are
slightly hacked, but in this case I think they're the same as the
canonical sources.)

Thanks in advance for any light you can shed on this for me.

Mike Kupfer
kupfer@sprite.berkeley.edu