mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 18:22:09 +02:00
Allow controlling how many times an animation will loop
This commit is contained in:
@@ -48,6 +48,7 @@ typedef struct {
|
||||
monotonic_t atime;
|
||||
size_t used_storage;
|
||||
bool animation_enabled, is_drawn;
|
||||
uint32_t max_loops, current_loop;
|
||||
monotonic_t current_frame_shown_at;
|
||||
} Image;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user