Skip to content

libtaskmanager: expose `VirtualDesktopInfo` in protected function

Fushan Wen requested to merge work/fuf/undefinedkiller into master

By replacing static pointer and instance counter with shared_ptr, it's possible to expose VirtualDesktopInfo so its subclasses can use the instance without creating a new one, which also saves some memory.

Required by !2373 (merged)

Merge request reports