mirror of
https://github.com/openharmony/windowmanager.git
synced 2026-07-19 08:55:36 -04:00
modify struct define
Signed-off-by: leafly2021 <figo.yefei@huawei.com> Change-Id: I2390dc445dd5686a2983f23961e971cdb0da085f
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include "display_manager.h"
|
||||
|
||||
namespace OHOS {
|
||||
using WriteToPngParam = struct {
|
||||
struct WriteToPngParam {
|
||||
uint32_t width;
|
||||
uint32_t height;
|
||||
uint32_t stride;
|
||||
@@ -32,7 +32,7 @@ using WriteToPngParam = struct {
|
||||
const uint8_t *data;
|
||||
};
|
||||
|
||||
using CmdArgments = struct {
|
||||
struct CmdArgments {
|
||||
bool isDisplayIdSet = false;
|
||||
Rosen::DisplayId displayId = Rosen::DISPLAY_ID_INVALID;
|
||||
std::string fileName;
|
||||
|
||||
Reference in New Issue
Block a user