[hwcomposer] Announce support for pointer

Without announcing pointer support the touch-to-pointer translation
in KWayland::Server might not work.
icc-effect-5.14.5
Martin Gräßlin 2015-06-24 08:41:10 +02:00
parent 7e1e044948
commit b8ae823b50
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ void HwcomposerBackend::initInput()
// we don't know what is really supported, but there is touch
// and kind of keyboard
waylandServer()->seat()->setHasPointer(false);
waylandServer()->seat()->setHasPointer(true);
waylandServer()->seat()->setHasKeyboard(true);
waylandServer()->seat()->setHasTouch(true);
}