From 3ba840cd3a5a2fa1966b01ef286de0347e64aa46 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Thu, 17 Sep 2020 00:24:31 +0300 Subject: input: Add basic seat handling This allows for basic input handling, to better customize how we handle out seat capabilities to the client. One useful outcome of this is the fact that we re-advertise to the client that in some situations there might not be a pointer available. That should let the client know as to avoid creating a pointer surface. Bug-AGL: SPEC-3591 Signed-off-by: Marius Vlad Change-Id: I4624a956264e9fa12a86da005944e9b426dde10a --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 6809579..ab4f086 100644 --- a/meson.build +++ b/meson.build @@ -144,6 +144,7 @@ srcs_agl_compositor = [ 'src/policy.c', 'src/shell.c', 'src/screenshooter.c', + 'src/input.c', 'shared/option-parser.c', 'shared/os-compatibility.c', agl_shell_server_protocol_h, -- cgit 1.2.3-korg