mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-08 17:06:00 +01:00
don't set custom mode in change
This commit is contained in:
parent
da8be82c9a
commit
1b349f79ac
1 changed files with 0 additions and 2 deletions
|
@ -37,8 +37,6 @@ void Events::listener_change(wl_listener* listener, void* data) {
|
|||
CONFIGHEAD->state.mode = m->output->current_mode;
|
||||
CONFIGHEAD->state.x = m->vecPosition.x;
|
||||
CONFIGHEAD->state.y = m->vecPosition.y;
|
||||
|
||||
wlr_output_set_custom_mode(m->output, m->vecPixelSize.x, m->vecPixelSize.y, (int)(round(m->refreshRate * 1000)));
|
||||
}
|
||||
|
||||
wlr_output_manager_v1_set_configuration(g_pCompositor->m_sWLROutputMgr, CONFIG);
|
||||
|
|
Loading…
Reference in a new issue