input: Add screenshotting shortcut

This commit is contained in:
Victoria Brekenfeld 2022-07-20 17:25:36 +02:00
parent 979e282768
commit 63b252e47d
8 changed files with 193 additions and 14 deletions

View file

@ -63,7 +63,7 @@ use socket::*;
pub struct KmsState {
devices: HashMap<DrmNode, Device>,
api: GpuManager<EglGlesBackend>,
pub api: GpuManager<EglGlesBackend>,
pub primary: DrmNode,
session: AutoSession,
signaler: Signaler<Signal>,