implemented DRM leasing for VR headsets
This commit is contained in:
parent
f7c741317f
commit
59d7cfcd02
6 changed files with 39 additions and 0 deletions
|
|
@ -12,6 +12,9 @@ namespace Events {
|
|||
LISTENER(change);
|
||||
LISTENER(newOutput);
|
||||
|
||||
// DRM events
|
||||
LISTENER(leaseRequest);
|
||||
|
||||
// Layer events
|
||||
LISTENER(newLayerSurface);
|
||||
DYNLISTENFUNC(destroyLayerSurface);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue