[hwcomposer] Announce support for pointer
Without announcing pointer support the touch-to-pointer translation in KWayland::Server might not work.
This commit is contained in:
parent
7e1e044948
commit
b8ae823b50
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue