Home
last modified time | relevance | path

Searched refs:nnotifies (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_request.c97 int nnotifies; in proc_present_pixmap() local
139 nnotifies = (client->req_len << 2) - sizeof (xPresentPixmapReq); in proc_present_pixmap()
140 if (nnotifies % sizeof (xPresentNotify)) in proc_present_pixmap()
143 nnotifies /= sizeof (xPresentNotify); in proc_present_pixmap()
144 if (nnotifies) { in proc_present_pixmap()
145 ret = present_create_notifies(client, nnotifies, (xPresentNotify *) (stuff + 1), &notifies); in proc_present_pixmap()
153 stuff->target_msc, stuff->divisor, stuff->remainder, notifies, nnotifies); in proc_present_pixmap()
155 present_destroy_notifies(notifies, nnotifies); in proc_present_pixmap()