Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiproperty.c532 int (*GetProperty) (DeviceIntPtr dev, in XIRegisterPropertyHandler()
545 new_handler->GetProperty = GetProperty; in XIRegisterPropertyHandler()
823 if (handler->GetProperty) { in XIGetDeviceProperty()
824 rc = handler->GetProperty(dev, prop->propertyName); in XIGetDeviceProperty()
/OK3568_Linux_fs/external/xserver/include/
H A Dexevents.h112 int (*GetProperty) (DeviceIntPtr
H A Dinputstr.h472 int (*GetProperty) (DeviceIntPtr dev, Atom property); member
/OK3568_Linux_fs/external/xserver/dix/
H A Dprotocol.txt449 R020 X11:GetProperty
811 R059 XInputExtension:GetProperty
/OK3568_Linux_fs/buildroot/package/qt5/qt5webengine-chromium/
H A D0001-Add-python3-build-support.patch1279 is_readonly = bool(node.GetProperty('READONLY'))
1288 is_readonly = bool(node.GetProperty('READONLY'))
/OK3568_Linux_fs/external/xserver/
H A DChangeLog79183 Revert "dix: don't return BadMatch from GetProperty (#23562)"
79206 where GetProperty was incorrectly returning BadMatch. Auditing other
79212 None of the callers of dixLookupWindow, except for GetProperty, check
122660 dix: don't return BadMatch from GetProperty (#23562)
122663 a window. In this case, GetProperty needs to return BadWindow - not