remove wlr_viewporter, we do not support it

This commit is contained in:
vaxerski 2022-07-31 14:10:21 +02:00
parent 76f7c2510e
commit 9be239dac6
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ CCompositor::CCompositor() {
wlr_data_control_manager_v1_create(m_sWLDisplay);
wlr_gamma_control_manager_v1_create(m_sWLDisplay);
wlr_primary_selection_v1_device_manager_create(m_sWLDisplay);
wlr_viewporter_create(m_sWLDisplay);
// wlr_viewporter_create(m_sWLDisplay); // TODO: support wl_viewporter
m_sWLROutputLayout = wlr_output_layout_create();