HomeSort by: relevance | last modified time | path
    Searched refs:xPresentNotify (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/present/
present_notify.c 72 present_create_notifies(ClientPtr client, int num_notifies, xPresentNotify *x_notifies, present_notify_ptr *p_notifies)
present_request.c 136 if (nnotifies % sizeof (xPresentNotify))
139 nnotifies /= sizeof (xPresentNotify);
141 ret = present_create_notifies(client, nnotifies, (xPresentNotify *) (stuff + 1), &notifies);
present_priv.h 398 present_create_notifies(ClientPtr client, int num_notifies, xPresentNotify *x_notifies, present_notify_ptr *p_notifies);
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
presentproto.h 38 } xPresentNotify;
  /xsrc/external/mit/libXpresent/dist/src/
Xpresent.c 206 xPresentNotify *xNotify = (xPresentNotify *) (proto + 1);
208 XPresentRedirectNotifyEvent *re = malloc (sizeof (XPresentRedirectNotifyEvent) + nnotifies * sizeof (XPresentNotify));
209 XPresentNotify *XNotify = (XPresentNotify *) (re + 1);
487 XPresentNotify *notifies,

Completed in 6 milliseconds