implemented DRM leasing for VR headsets
This commit is contained in:
parent
f7c741317f
commit
59d7cfcd02
6 changed files with 39 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ public:
|
|||
wlr_compositor* m_sWLRCompositor;
|
||||
wlr_subcompositor* m_sWLRSubCompositor;
|
||||
wlr_data_device_manager* m_sWLRDataDevMgr;
|
||||
wlr_drm* m_sWRLDRM;
|
||||
wlr_drm_lease_v1_manager* m_sWRLDRMLeaseMgr;
|
||||
wlr_xdg_activation_v1* m_sWLRXDGActivation;
|
||||
wlr_output_layout* m_sWLROutputLayout;
|
||||
wlr_idle* m_sWLRIdle;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue