implemented DRM leasing for VR headsets

This commit is contained in:
Alec LeFors
2022-08-27 17:10:13 -04:00
parent f7c741317f
commit 59d7cfcd02
6 changed files with 39 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ namespace Events {
LISTENER(change);
LISTENER(newOutput);
// DRM events
LISTENER(leaseRequest);
// Layer events
LISTENER(newLayerSurface);
DYNLISTENFUNC(destroyLayerSurface);