When a window title changed dynamically (for example when running
"cd" within an xfce4-terminal), the titlebar did not immediately
update to show the new title. (The titlebar would update as soon
as the mouse cursor moved.)
struct view *view = wl_container_of(listener, view, set_title);
assert(view);
view_update_title(view);
+ damage_all_outputs(view->server);
}
static void
struct view *view = wl_container_of(listener, view, set_title);
assert(view);
view_update_title(view);
+ damage_all_outputs(view->server);
}
static void