mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-14 23:05:58 +01:00
Remove useless comment lol.
This commit is contained in:
parent
a6b4fe1007
commit
6dc2204e2b
1 changed files with 0 additions and 1 deletions
|
@ -668,7 +668,6 @@ void Events::listener_mapWindow(void* owner, void* data) {
|
|||
if (PMONITOR && PWINDOW->m_iX11Type == 2)
|
||||
PWINDOW->m_fX11SurfaceScaledBy = PMONITOR->scale;
|
||||
|
||||
// Move cursor to middle of new window if enabled.
|
||||
g_pCompositor->warpCursorTo(PWINDOW->middle());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue