mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 16:45:59 +01:00
remove unimportant var init
This commit is contained in:
parent
cddb2d4b00
commit
01f42f1d86
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ void CHyprRenderer::calculateUVForWindowSurface(CWindow* pWindow, wlr_surface* p
|
|||
|
||||
Vector2D adjustedSurfaceScale = Vector2D(1, 1);
|
||||
|
||||
wlr_box geom = {-1337, -1337, -1337, -1337};
|
||||
wlr_box geom;
|
||||
wlr_xdg_surface_get_geometry(pWindow->m_uSurface.xdg, &geom);
|
||||
|
||||
// wp_viewporter_v1 implementation
|
||||
|
|
Loading…
Reference in a new issue