Skip to content

Commit

Permalink
fixup! libinput: use linux default repeat rates and delays
Browse files Browse the repository at this point in the history
  • Loading branch information
lrusak committed Dec 15, 2017
1 parent 7b71003 commit 6bf135e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/platform/linux/input/LibInputHandler.cpp
Expand Up @@ -175,8 +175,8 @@ void CLibInputHandler::ProcessEvent(libinput_event *ev)
{
CLog::Log(LOGDEBUG, "CLibInputHandler::%s - keyboard type device added: %s (%s)", __FUNCTION__, name, sysname);
m_devices.push_back(dev);
m_keyboard->GetRepeat(dev);
}
m_keyboard->GetRepeat(dev);
}
break;
}
Expand Down

0 comments on commit 6bf135e

Please sign in to comment.