mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user