mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-15 02:25:59 +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)
|
if (PMONITOR && PWINDOW->m_iX11Type == 2)
|
||||||
PWINDOW->m_fX11SurfaceScaledBy = PMONITOR->scale;
|
PWINDOW->m_fX11SurfaceScaledBy = PMONITOR->scale;
|
||||||
|
|
||||||
// Move cursor to middle of new window if enabled.
|
|
||||||
g_pCompositor->warpCursorTo(PWINDOW->middle());
|
g_pCompositor->warpCursorTo(PWINDOW->middle());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue