Структура для анимации

This commit is contained in:
2025-11-17 14:42:42 +03:00
parent 8dd2aa19ad
commit 743b8336a3
5 changed files with 9 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ struct window_draw_info {
uint8_t *data;
int32_t width;
int32_t height;
struct figure_info figure;
struct figure_animation_info figure;
pthread_mutex_t figure_mutex;
};