mirror of
https://gitee.com/openharmony/graphic_graphic_2d
synced 2024-11-27 01:00:50 +00:00
!17191 不调用SetDisplayActiveRegion
Merge pull request !17191 from 杨帆/038-HdiDebug
This commit is contained in:
commit
075913f3f9
@ -214,7 +214,10 @@ int32_t HdiDeviceImpl::SetScreenActiveRect(uint32_t screenId, const GraphicIRect
|
||||
.w = activeRect.w,
|
||||
.h = activeRect.h,
|
||||
};
|
||||
return g_composer->SetDisplayActiveRegion(screenId, hdiActiveRect);
|
||||
// to call SetDisplayActiveRegion, when HDI is ok
|
||||
(void)screenId;
|
||||
(void)hdiActiveRect;
|
||||
return GRAPHIC_DISPLAY_SUCCESS;
|
||||
}
|
||||
|
||||
int32_t HdiDeviceImpl::SetScreenOverlayResolution(uint32_t screenId, uint32_t width, uint32_t height)
|
||||
|
Loading…
Reference in New Issue
Block a user