mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
dix: remove a truly useless a = (foo) ? bar : bar; statement.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -1680,7 +1680,7 @@ AllowSome(ClientPtr client,
|
||||
{
|
||||
if (dev == thisDev)
|
||||
continue;
|
||||
devgrabinfo = (core) ? &dev->deviceGrab : &dev->deviceGrab;
|
||||
devgrabinfo = &dev->deviceGrab;
|
||||
if (devgrabinfo->grab
|
||||
&& SameClient(devgrabinfo->grab, client))
|
||||
devgrabinfo->sync.state = THAWED;
|
||||
|
||||
Reference in New Issue
Block a user