Skip to content
  • Carlos Garnacho's avatar
    clutter: Move evdev input to src/backends/native · 8b03d9ec
    Carlos Garnacho authored and Jonas Ådahl's avatar Jonas Ådahl committed
    The end goal is to have all clutter backend code in src/backends. Input
    is the larger chunk of it, which is now part of our specific
    MutterClutterBackendNative, this extends to device manager, input devices,
    tools and keymap.
    
    This was supposed to be nice and incremental, but there's no sane way
    to cut this through. As a result of the refactor, a number of private
    Clutter functions are now exported for external backends to be possible.
    
    !672
    8b03d9ec