mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-18 10:00:14 +01:00
fix c example
This commit is contained in:
parent
9b618d931a
commit
5803b71f3a
|
@ -8,7 +8,7 @@ int main(void) {
|
|||
|
||||
sp2_PixelGrid *pixels = sp2_pixel_grid_new(sp2_PIXEL_WIDTH, sp2_PIXEL_HEIGHT);
|
||||
sp2_pixel_grid_fill(pixels, true);
|
||||
command = sp2_command_bitmap_linear_win(0, 0, pixels);
|
||||
sp2_Command *command = sp2_command_bitmap_linear_win(0, 0, pixels);
|
||||
if (command == NULL)
|
||||
return 4;
|
||||
if (!sp2_connection_send(connection, command))
|
||||
|
|
Loading…
Reference in a new issue