Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Dinputstr.h462 } XIPropertyRec; typedef
464 typedef XIPropertyRec *XIPropertyPtr;
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiproperty.c580 prop = (XIPropertyPtr) malloc(sizeof(XIPropertyRec)); in XICreateDeviceProperty()