mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-06 15:11:57 -07:00
fix compile
This commit is contained in:
@@ -40,7 +40,7 @@ void CMonitor::onConnect(bool noRule) {
|
|||||||
if (PREFSTATE)
|
if (PREFSTATE)
|
||||||
wlr_output_set_mode(output, PREFSTATE);
|
wlr_output_set_mode(output, PREFSTATE);
|
||||||
else
|
else
|
||||||
Debug::log(WARN, "No mode found for disabled output %s", output->name)
|
Debug::log(WARN, "No mode found for disabled output %s", output->name);
|
||||||
|
|
||||||
wlr_output_enable(output, 0);
|
wlr_output_enable(output, 0);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user