mirror of
https://github.com/labwc/labwc.git
synced 2026-02-11 04:27:51 -05:00
scaled-icon-buffer: reduce the need for updates
This commit is contained in:
parent
acd2a23f1b
commit
448c61a295
3 changed files with 64 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue