Skip to content
Snippets Groups Projects
Commit f59a58bf authored by orestis.malaspin's avatar orestis.malaspin
Browse files

removed warning

parent 7ff46708
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,10 @@ int main()
}
show_pixels(context, nx, ny);
int mask_id = gfx_left_right_mouse_pressed(&p);
int id = gfx_left_right_mouse_pressed(&p);
if (id) {
printf("A valid mouse clic was performed.\n");
}
it += 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment