mirror of
https://github.com/swaywm/sway.git
synced 2024-11-26 18:01:29 +00:00
Fix crash when view in scratchpad becomes urgent
This commit is contained in:
parent
e5c9204b49
commit
3cc7de3fb4
|
@ -1028,8 +1028,10 @@ void view_set_urgent(struct sway_view *view, bool enable) {
|
|||
|
||||
ipc_event_window(view->container, "urgent");
|
||||
|
||||
if (view->container->workspace) {
|
||||
workspace_detect_urgent(view->container->workspace);
|
||||
}
|
||||
}
|
||||
|
||||
bool view_is_urgent(struct sway_view *view) {
|
||||
return view->urgent.tv_sec || view->urgent.tv_nsec;
|
||||
|
|
Loading…
Reference in a new issue