Searched refs:dixLookupProperty (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | property.c | 90 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 D | property.h | 62 extern _X_EXPORT int dixLookupProperty(PropertyPtr * /*result */ ,
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | applewm.c | 136 rc = dixLookupProperty(&prop, pWin, atom, serverClient, DixReadAccess); in AppleWMDoReorderWindow()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | xselinux_ext.c | 262 rc = dixLookupProperty(&pProp, pWin, stuff->property, client, in ProcSELinuxGetPropertyContext()
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland.c | 486 ret = dixLookupProperty(&prop, xwl_window->window, in xwl_window_init_allow_commits()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 151719 Introduces dixLookupProperty() API.
|