Work on loading images

This commit is contained in:
Kovid Goyal
2017-09-27 09:10:56 +05:30
parent 8418cc04c1
commit c567acb4e5
4 changed files with 47 additions and 3 deletions

View File

@@ -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;