14fa66c63f
Drawables could never be garbage-collected, because of the "wallpaper_changed" signal. The callback function for this signal kept a strong reference to the drawable. Fix this by putting all drawable's draw() methods into a weakly keyed tabled so that the strong reference to them disappears. Signed-off-by: Uli Schlachter <psychon@znc.in> |
||
---|---|---|
.. | ||
layout | ||
widget | ||
drawable.lua.in | ||
init.lua.in |