Skip to content
  • Vlad Zahorodnii's avatar
    Move multi-purpose code in its own directory · d2fb4147
    Vlad Zahorodnii authored
    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.
    d2fb4147