mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 02:31:45 +02:00
Work on loading images
This commit is contained in:
@@ -19,6 +19,7 @@ typedef struct {
|
||||
typedef struct {
|
||||
uint32_t gl_id, client_id, width, height;
|
||||
size_t internal_id, refcnt;
|
||||
uint8_t *load_buf;
|
||||
} Image;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user