scaled-icon-buffer: add icon priority

Co-Authored-By: tokyo4j <hrak1529@gmail.com>
This commit is contained in:
Consolatis 2025-06-15 20:21:15 +02:00
parent e72f862650
commit acd2a23f1b
7 changed files with 118 additions and 38 deletions

View file

@ -2400,6 +2400,7 @@ view_update_title(struct view *view)
assert(view);
ssd_update_title(view->ssd);
wl_signal_emit_mutable(&view->events.new_title, NULL);
wl_signal_emit_mutable(&view->events.set_icon, NULL);
}
void