backend: Add input capture getter

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2628>
This commit is contained in:
Jonas Ådahl
2022-04-13 11:39:56 +02:00
committed by Carlos Garnacho
parent f9b18d90c6
commit 3bd401f33a
3 changed files with 13 additions and 0 deletions

View File

@ -92,4 +92,7 @@ typedef struct _MetaGammaLut
size_t size;
} MetaGammaLut;
typedef struct _MetaInputCapture MetaInputCapture;
typedef struct _MetaInputCaptureSession MetaInputCaptureSession;
#endif /* META_BACKEND_TYPE_H */