mirror of
https://gitee.com/openharmony/window_window_manager
synced 2024-11-23 06:50:40 +00:00
commit
8010d89dc3
@ -222,7 +222,8 @@ void SceneInputManager::ConstructDisplayInfos(std::vector<MMI::DisplayInfo>& dis
|
||||
static_cast<MMI::DisplayMode>(displayMode)),
|
||||
.displayDirection = displayRotation,
|
||||
.displayMode = static_cast<MMI::DisplayMode>(displayMode),
|
||||
.transform = transformData};
|
||||
.transform = transformData,
|
||||
.ppi = screenProperty.GetXDpi()};
|
||||
displayInfos.emplace_back(displayInfo);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user