Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xi/
H A Dextinit.c192 static int (*ProcIVector[]) (ClientPtr) = { variable
394 if (stuff->data >= ARRAY_SIZE(ProcIVector) || !ProcIVector[stuff->data]) in ProcIDispatch()
398 return (*ProcIVector[stuff->data]) (client); in ProcIDispatch()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog148000 Xi: Fix up ProcIVector, got out of sync with the protocol.