Searched refs:nnotifies (Results 1 – 1 of 1) sorted by relevance
97 int nnotifies; in proc_present_pixmap() local139 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), ¬ifies); 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()