diff options
Diffstat (limited to 'Xi/opendev.c')
-rw-r--r-- | Xi/opendev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xi/opendev.c b/Xi/opendev.c index 4ad5af297..46d55a820 100644 --- a/Xi/opendev.c +++ b/Xi/opendev.c @@ -112,7 +112,7 @@ ProcXOpenDevice(ClientPtr client) } else if (status != Success) return status; - if (dev->isMaster) + if (IsMaster(dev)) return BadDevice; OpenInputDevice(dev, client, &status); |