mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 13:06:00 +01:00
oops
This commit is contained in:
parent
c218ed4432
commit
49fc1ccdb4
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ void Events::listener_newLayerSurface(wl_listener* listener, void* data) {
|
|||
return;
|
||||
}
|
||||
|
||||
Debug::log(LOG, "New LayerSurface has no preferred monitor. Assigning Monitor %s", PMONITOR->szName);
|
||||
Debug::log(LOG, "New LayerSurface has no preferred monitor. Assigning Monitor %s", PMONITOR->szName.c_str());
|
||||
|
||||
WLRLAYERSURFACE->output = PMONITOR->output;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue