mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 05:54:59 +02:00
API for changing the background image of OS windows
Uses reference counting
This commit is contained in:
@@ -59,7 +59,7 @@ typedef struct {
|
||||
uint32_t texture_id;
|
||||
unsigned int height, width;
|
||||
uint8_t* bitmap;
|
||||
bool load_failed, needs_free;
|
||||
uint32_t refcnt;
|
||||
} BackgroundImage;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user