mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 06:25:13 +02:00
Read decorations indices from a separate texture
This commit is contained in:
@@ -331,7 +331,7 @@ void request_window_attention(id_type, bool);
|
||||
void play_canberra_sound(const char *which_sound, const char *event_id, bool is_path, const char *role, const char *theme_name);
|
||||
#endif
|
||||
SPRITE_MAP_HANDLE alloc_sprite_map(void);
|
||||
SPRITE_MAP_HANDLE free_sprite_map(SPRITE_MAP_HANDLE);
|
||||
void free_sprite_data(FONTS_DATA_HANDLE);
|
||||
const char* get_hyperlink_for_id(const HYPERLINK_POOL_HANDLE, hyperlink_id_type id, bool only_url);
|
||||
|
||||
#define memset_array(array, val, count) if ((count) > 0) { \
|
||||
|
||||
Reference in New Issue
Block a user