Expose relative pointer global on the kms backend

This commit is contained in:
Ian Douglas Scott 2023-02-27 13:54:49 -08:00
parent 4890bfb029
commit 313bdd91b8
3 changed files with 13 additions and 1 deletions

View file

@ -0,0 +1,6 @@
// SPDX-License-Identifier: GPL-3.0-only
use crate::state::State;
use smithay::delegate_relative_pointer;
delegate_relative_pointer!(State);