scaled-icon-buffer: reduce the need for updates

This commit is contained in:
Consolatis 2025-06-22 23:26:59 +02:00
parent 0f3538ab30
commit 6c94b946e3
3 changed files with 64 additions and 11 deletions

View file

@ -20,6 +20,8 @@ struct scaled_icon_buffer {
bool view_icon_prefer_client;
struct wl_array view_icon_buffers;
struct {
struct wl_listener new_app_id;
struct wl_listener new_title;
struct wl_listener set_icon;
struct wl_listener destroy;
} on_view;