support linux_dmabuf_v1
This commit is contained in:
parent
e4d05c90ce
commit
05d7afe2ec
3 changed files with 3 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ CCompositor::CCompositor() {
|
|||
m_sWLRSubCompositor = wlr_subcompositor_create(m_sWLDisplay);
|
||||
m_sWLRDataDevMgr = wlr_data_device_manager_create(m_sWLDisplay);
|
||||
|
||||
m_sWLRDmabuf = wlr_linux_dmabuf_v1_create(m_sWLDisplay, m_sWLRRenderer);
|
||||
wlr_export_dmabuf_manager_v1_create(m_sWLDisplay);
|
||||
wlr_screencopy_manager_v1_create(m_sWLDisplay);
|
||||
wlr_data_control_manager_v1_create(m_sWLDisplay);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue