Skip to content

Reimplement skip pager, switcher, taskbar as function templates

Roman Gilg requested to merge romangg/kwinft:win-skips into windowing

The generic calls are rewritten as function templates in the win namespace. They then call into virtual functions in the window hierarchy. For that we can reuse the already existing "do" functions.

Merge request reports