mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-08 01:25:58 +01:00
2
This commit is contained in:
parent
3fa0992148
commit
e003b02d99
1 changed files with 2 additions and 0 deletions
|
@ -186,6 +186,8 @@ void Events::listener_commitLayerSurface(void* owner, void* data) {
|
||||||
if (!layersurface->layerSurface || !layersurface->layerSurface->output)
|
if (!layersurface->layerSurface || !layersurface->layerSurface->output)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
return;
|
||||||
|
|
||||||
const auto PMONITOR = g_pCompositor->getMonitorFromOutput(layersurface->layerSurface->output);
|
const auto PMONITOR = g_pCompositor->getMonitorFromOutput(layersurface->layerSurface->output);
|
||||||
|
|
||||||
if (!PMONITOR)
|
if (!PMONITOR)
|
||||||
|
|
Loading…
Reference in a new issue