Description: Code alarm processing

IssueNo: https://gitee.com/openharmony/graphic_ui/issues/I5VWYT
Feature or Bugfix: Bugfix
Binary Source:No
Signed-off-by: youbing54<youbing3@huawei.com>
This commit is contained in:
youbing
2022-10-15 17:57:28 +08:00
parent 26699d2e2a
commit 4d5c29455f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ struct Rgba {
float blue;
float alpha;
Rgba() {}
Rgba() : red(0), green(0), blue(0), alpha(0) {}
/**
* @brief Rgba Constructor.
+1 -1
View File
@@ -48,7 +48,7 @@ namespace OHOS {
*/
struct BufferInfo {
Rect rect;
int32_t stride;
uint32_t stride;
void* phyAddr;
void* virAddr;
uint16_t width;