mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 23:25:57 +01:00
2
This commit is contained in:
parent
3fa0992148
commit
e003b02d99
1 changed files with 2 additions and 0 deletions
|
@ -185,6 +185,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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue