Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 181707
Collapse All | Expand All

(-)a/src/GetMoEv.c (-1 / +1 lines)
Lines 33-41 in this Software without prior written authorization from The Open Group. Link Here
33
33
34
XTimeCoord *XGetMotionEvents(
34
XTimeCoord *XGetMotionEvents(
35
    register Display *dpy,
35
    register Display *dpy,
36
    Window w,
36
    Time start, 
37
    Time start, 
37
    Time stop,
38
    Time stop,
38
    Window w,
39
    int *nEvents)  /* RETURN */
39
    int *nEvents)  /* RETURN */
40
{       
40
{       
41
    xGetMotionEventsReply rep;
41
    xGetMotionEventsReply rep;

Return to bug 181707