Размер не зависит от ширины

This commit is contained in:
2025-11-17 16:13:47 +03:00
parent 2c383b20e9
commit 58eb3695f1
5 changed files with 85 additions and 34 deletions

View File

@@ -52,7 +52,7 @@ static void *window_aux_loop(void *arg)
figure_animation_step(draw_info);
pthread_mutex_unlock(&draw_info->figure_mutex);
usleep(100 * 1000);
usleep(30 * 1000);
}
return NULL;
}