Skip to content

Commit ed4b86f

Browse files
committed
fix picture types
1 parent dc28cd0 commit ed4b86f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Widgets/MenuButton.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ extern "C" {
4949
* @param xPic - óêàçàòåëü íà êàðòèíêó
5050
*
5151
*/
52-
void pxMenuButtonSetMainPic(xWidget * pxW, unsigned short const* pusPic);
52+
void pxMenuButtonSetMainPic(xWidget * pxW, xPicture pusPic);
5353

5454
/**
5555
* @brief óñòàíàâëèâàåò ïîäïèñü ïîä êíîïêîé

Widgets/Widget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ extern "C" {
9393

9494
//background
9595
uint16_t usBgColor;
96-
uint16_t const* pusBgPicture;
96+
xPicture pusBgPicture;
9797

9898
//Child object properties
9999
void* pvProp;

0 commit comments

Comments
 (0)