Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_request.c332 static int (*sproc_present_vector[PresentNumberRequests]) (ClientPtr) = { variable
344 if (stuff->data >= PresentNumberRequests || !sproc_present_vector[stuff->data]) in sproc_present_dispatch()
346 return (*sproc_present_vector[stuff->data]) (client); in sproc_present_dispatch()