mirror of
https://gitee.com/openharmony/graphic_graphic_2d
synced 2025-01-08 16:02:48 +00:00
fix wmclient 10
Change-Id: Id6c732bd9f3aadc3eead34da56d9668de93587b8 Signed-off-by: lizheng <lizheng2@huawei.com>
This commit is contained in:
parent
728c608127
commit
ed659b87ec
@ -62,8 +62,7 @@ public:
|
||||
maxHeight = displays[0].height;
|
||||
WMClientNativeTest1::Run(argc, argv);
|
||||
|
||||
constexpr uint32_t wh = 100;
|
||||
window->Resize(wh, wh);
|
||||
window->Resize(maxWidth / 0x2, maxHeight / 0x2);
|
||||
AfterRun();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user