many things changed
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
5220f742be
commit
570f05540e
25 changed files with 258 additions and 208 deletions
|
|
@ -160,7 +160,7 @@ static void color_picker_image_update(color_picker_t* picker) {
|
|||
|
||||
static void color_picker_click(MwWidget handle, void* user, void* call) {
|
||||
color_picker_t* picker = user;
|
||||
MwLLMouse* mouse = call;
|
||||
MwMouse* mouse = call;
|
||||
char hexColor[8];
|
||||
int i;
|
||||
char fgColor[8];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue