Fixes #2081
This also reverts commit 0f7e53b, because the upstream commit (2e00119)
that introduced this thing was reverted
(https://github.com/Smithay/smithay/pull/1941).
There was also change in the cursor_capture_constraints signature in
smithay 7d992793f.
6 lines
159 B
Rust
6 lines
159 B
Rust
// SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
use crate::state::State;
|
|
use smithay::delegate_virtual_keyboard_manager;
|
|
|
|
delegate_virtual_keyboard_manager!(State);
|