Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dproperty.c90 dixLookupProperty(PropertyPtr *result, WindowPtr pWin, Atom propertyName, in dixLookupProperty() function
169 rc = dixLookupProperty(&pProp, pWin, atoms[i], client, in ProcRotateProperties()
269 rc = dixLookupProperty(&pProp, pWin, property, pClient, access_mode); in dixChangeWindowProperty()
374 rc = dixLookupProperty(&pProp, pWin, propName, client, DixDestroyAccess); in DeleteProperty()
478 rc = dixLookupProperty(&pProp, pWin, stuff->property, client, prop_mode); in ProcGetProperty()
/OK3568_Linux_fs/external/xserver/include/
H A Dproperty.h62 extern _X_EXPORT int dixLookupProperty(PropertyPtr * /*result */ ,
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A Dapplewm.c136 rc = dixLookupProperty(&prop, pWin, atom, serverClient, DixReadAccess); in AppleWMDoReorderWindow()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxselinux_ext.c262 rc = dixLookupProperty(&pProp, pWin, stuff->property, client, in ProcSELinuxGetPropertyContext()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland.c486 ret = dixLookupProperty(&prop, xwl_window->window, in xwl_window_init_allow_commits()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog151719 Introduces dixLookupProperty() API.