Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dselection.c71 dixLookupSelection(Selection ** result, Atom selectionName, in dixLookupSelection() function
174 rc = dixLookupSelection(&pSel, stuff->selection, client, DixSetAttrAccess); in ProcSetSelectionOwner()
247 rc = dixLookupSelection(&pSel, stuff->id, client, DixGetAttrAccess); in ProcGetSelectionOwner()
285 rc = dixLookupSelection(&pSel, stuff->selection, client, DixReadAccess); in ProcConvertSelection()
/OK3568_Linux_fs/external/xserver/include/
H A Dselection.h71 extern _X_EXPORT int dixLookupSelection(Selection ** result, Atom name,
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxselinux_ext.c281 rc = dixLookupSelection(&pSel, stuff->id, client, DixGetAttrAccess); in ProcSELinuxGetSelectionContext()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog151711 Introduces dixLookupSelection() API.