ngraham requested changes to this revision.
ngraham added inline comments.
This revision now requires changes to proceed.
INLINE COMMENTS
> x11mousebackend.cpp:186
> + m_supportedAccelerationProfiles.clear();
> + bool adaptiveAvaiable = false;
> + bool flatAvailable = false;
adaptiveAvaiable -> adaptiveAvailable (find-and-replace should take care of
this, since there are many other uses of the misspelled term)
> x11mousebackend.cpp:235
> + m_accelerationProfile = PROFILE_NONE;
> + if (adaptiveAvaiable) {
> + m_accelerationProfile = PROFILE_ADAPTIVE;
Is this supposed to be "if (adaptiveEnabled) {"
> x11mousebackend.cpp:237
> + m_accelerationProfile = PROFILE_ADAPTIVE;
> + } else if (flatAvailable) {
> + m_accelerationProfile = PROFILE_FLAT;
Ditto
REPOSITORY
R119 Plasma Desktop
REVISION DETAIL
https://phabricator.kde.org/D8798
To: xuetianweng, ngraham, #plasma
Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg,
abetts, sebas, apol, mart