naughty.legacy: Explicitly remove the screen.
Do not rely on the GC. It isn't reliable with Luajit.
This commit is contained in:
parent
87e09f81ab
commit
89c84caee4
|
@ -62,6 +62,12 @@ screen.connect_for_each_screen(function(s)
|
||||||
}
|
}
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
capi.screen.connect_signal("removed", function(s)
|
||||||
|
timer.delayed_call(function()
|
||||||
|
current_notifications[s] = nil
|
||||||
|
end)
|
||||||
|
end)
|
||||||
|
|
||||||
--- Sum heights of notifications at position
|
--- Sum heights of notifications at position
|
||||||
--
|
--
|
||||||
-- @param s Screen to use
|
-- @param s Screen to use
|
||||||
|
|
Loading…
Reference in New Issue