mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-15 13:04:38 +02:00
Properly release resources used by bgimage
Also allow per OS Window bg images in the future
This commit is contained in:
@@ -59,6 +59,7 @@ typedef struct {
|
||||
uint32_t texture_id;
|
||||
unsigned int height, width;
|
||||
uint8_t* bitmap;
|
||||
bool load_failed, needs_free;
|
||||
} BackgroundImage;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user