mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-08 20:05:59 +01:00
remove wlr_viewporter, we do not support it
This commit is contained in:
parent
76f7c2510e
commit
9be239dac6
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue