mirror of
https://github.com/labwc/labwc.git
synced 2026-02-12 04:27:57 -05:00
scaled-icon-buffer: add icon priority
Co-Authored-By: tokyo4j <hrak1529@gmail.com>
This commit is contained in:
parent
e72f862650
commit
acd2a23f1b
7 changed files with 118 additions and 38 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue