Searched refs:GetProperty (Results 1 – 6 of 6) sorted by relevance
532 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()
112 int (*GetProperty) (DeviceIntPtr
472 int (*GetProperty) (DeviceIntPtr dev, Atom property); member
449 R020 X11:GetProperty811 R059 XInputExtension:GetProperty
1279 is_readonly = bool(node.GetProperty('READONLY'))1288 is_readonly = bool(node.GetProperty('READONLY'))
79183 Revert "dix: don't return BadMatch from GetProperty (#23562)"79206 where GetProperty was incorrectly returning BadMatch. Auditing other79212 None of the callers of dixLookupWindow, except for GetProperty, check122660 dix: don't return BadMatch from GetProperty (#23562)122663 a window. In this case, GetProperty needs to return BadWindow - not