Skip to content

Move multi-purpose code in its own directory

Vlad Zahorodnii requested to merge work/zzag/move-files-around into master

Things such as Output, InputDevice and so on are made to be multi-purpose. In order to make this separation more clear, this change moves that code in the core directory. Some things still link to the abstraction level above (kwin), they can be tackled in future refactors. Ideally code in core/ should depend either on other code in core/ or system libs.

Edited by Vlad Zahorodnii

Merge request reports