Ticket #187 (closed enhancement)

Opened 15 years ago

Last modified 14 years ago

magic in XQueryPointer signature

Reported by: anonymous Owned by: kazzmir
Priority: minor Milestone:
Component: kazzmir/x11.plt Keywords:
Cc: Version: (2 0)
Racket Version: 4.2

Description

XQueryPointer defined w/ input parameters only
It works fine, but it is hard to get a results (x,y,modMask)

There is a suggestion to enhance signature, for instance:
(defx11* XQueryPointer : _XDisplay-pointer _ulong (_ptr o _ulong) (_ptr o _ulong) (x : (_ptr o _int)) (y : (_ptr o _int)) (_ptr o _int) (_ptr o _int) (mask : (_ptr o _uint)) -> (rc : _int) -> (values rc x y mask))

This way it could be more useful. Thanks.

Change History

Changed 14 years ago by kazzmir

  • status changed from new to closed

Fixed in version (2 1).

Note: See TracTickets for help on using tickets.