3
0
mirror of https://github.com/hyprwm/Hyprland.git synced 2026-03-17 04:34:49 +00:00

rename transform in DC to touch_transform

This commit is contained in:
vaxerski
2022-10-14 12:23:11 +01:00
parent 6287f2b71b
commit df9409b8a2
2 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@ void CConfigManager::setDeviceDefaultVars(const std::string& dev) {
cfgValues["drag_lock"].intValue = 0;
cfgValues["left_handed"].intValue = 0;
cfgValues["scroll_method"].strValue = STRVAL_EMPTY;
cfgValues["transform"].intValue = 0;
cfgValues["touch_transform"].intValue = 0;
}
void CConfigManager::setDefaultAnimationVars() {