dix: rename IsMaster to InputDevIsMaster()

Give it a better fitting name.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-05-23 19:18:05 +02:00
parent 1b3de34f22
commit 4f2bd438cd
34 changed files with 142 additions and 141 deletions

View File

@@ -782,7 +782,7 @@ RecordADeviceEvent(CallbackListPtr *pcbl, void *nulldata, void *calldata)
xEvent *xi_events = NULL;
/* TODO check return values */
if (IsMaster(pei->device)) {
if (InputDevIsMaster(pei->device)) {
xEvent *core_events;
EventToCore(pei->event, &core_events, &count);