mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-13 12:08:45 +02:00
Tests for displaying graphics
This commit is contained in:
@@ -66,7 +66,7 @@ typedef struct {
|
||||
size_t image_count, images_capacity, loading_image;
|
||||
Image *images;
|
||||
size_t count, capacity, rp_capacity;
|
||||
ImageRenderData *render_data, **render_pointers;
|
||||
ImageRenderData *render_data;
|
||||
bool layers_dirty;
|
||||
size_t num_of_negative_refs, num_of_positive_refs;
|
||||
unsigned int last_scrolled_by;
|
||||
|
||||
Reference in New Issue
Block a user