Home
last modified time | relevance | path

Searched refs:isMaster (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.c1108 Bool isMaster = IsMaster(pDev); in DeleteInputDeviceRequest() local
1116 if (!isMaster && pInfo != NULL) { in DeleteInputDeviceRequest()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog76954 Also correct isMaster to FALSE while we're here.
128138 test: fix compile error introduced with the removal of isMaster.
128742 Input: rename DeviceIntRec->isMaster to ->type.
128744 isMaster is not enough as long as we differ between master pointers and
128757 This patch replaces isMaster with "type", one of SLAVE, MASTER_POINTER and
128758 MASTER_KEYBOARD. All checks for dev->isMaster are replaced with an
130169 need to check for pDev->isMaster.
141442 xfree86: cache dev->isMaster before freeing the device.
147782 pDev->isMaster inside xf86CursorSetCursor() because only MD enters there.
158078 set isMaster to FALSE explicitly.
[all …]