mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-26 06:45:58 +01:00
typo
This commit is contained in:
parent
141ba70705
commit
311111bcb7
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ CWindow* Events::remapFloatingWindow(int windowID, int forcemonitor) {
|
||||||
// update
|
// update
|
||||||
window.setDefaultSize(NEWSIZE);
|
window.setDefaultSize(NEWSIZE);
|
||||||
window.setDefaultPosition(window.getDefaultPosition() - DELTA / 2.f);
|
window.setDefaultPosition(window.getDefaultPosition() - DELTA / 2.f);
|
||||||
} else {
|
} else if (!succ) {
|
||||||
Debug::log(ERR, "ICCCM Size Hints failed.");
|
Debug::log(ERR, "ICCCM Size Hints failed.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue