Update wlroots dep
This commit is contained in:
parent
f2d84a7e3a
commit
7f62cbc48a
3 changed files with 9 additions and 3 deletions
|
|
@ -90,8 +90,6 @@ void CMonitor::onConnect(bool noRule) {
|
|||
wlr_xcursor_manager_load(g_pCompositor->m_sWLRXCursorMgr, monitorRule.scale);
|
||||
wlr_output_set_transform(output, WL_OUTPUT_TRANSFORM_NORMAL); // TODO: support other transforms
|
||||
|
||||
wlr_output_enable_adaptive_sync(output, 1);
|
||||
|
||||
// create it in the arr
|
||||
vecPosition = monitorRule.offset;
|
||||
vecSize = monitorRule.resolution;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue