Searched refs:xPresentNotify (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server/dist/present/
H A Dpresent_notify.c72 present_create_notifies(ClientPtr client, int num_notifies, xPresentNotify *x_notifies, present_notify_ptr *p_notifies)
H A Dpresent_request.c136 if (nnotifies % sizeof (xPresentNotify))
139 nnotifies /= sizeof (xPresentNotify);
141 ret = present_create_notifies(client, nnotifies, (xPresentNotify *) (stuff + 1), &notifies);
H A Dpresent_priv.h398 present_create_notifies(ClientPtr client, int num_notifies, xPresentNotify *x_notifies, present_notify_ptr *p_notifies);
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dpresentproto.h38 } xPresentNotify; typedef in typeref:struct:__anona6f4d6a20108
/xsrc/external/mit/libXpresent/dist/src/
H A DXpresent.c206 xPresentNotify *xNotify = (xPresentNotify *) (proto + 1);

Completed in 4 milliseconds