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

@@ -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;