mirror of
https://github.com/vale981/Hyprland
synced 2025-03-06 01:51:37 -05:00
clean up temp logic in snapshots
This commit is contained in:
parent
86be6c3884
commit
52318692f0
1 changed files with 1 additions and 1 deletions
|
@ -993,7 +993,7 @@ void CHyprOpenGLImpl::renderSnapshot(SLayerSurface** pLayer) {
|
|||
wlr_box monbox = {0, 0, PMONITOR->vecTransformedSize.x, PMONITOR->vecTransformedSize.y};
|
||||
|
||||
pixman_region32_t fakeDamage;
|
||||
pixman_region32_init_rect(&fakeDamage, 0, 0, PMONITOR->vecPixelSize.x * 20, PMONITOR->vecPixelSize.y * 20);
|
||||
pixman_region32_init_rect(&fakeDamage, 0, 0, PMONITOR->vecTransformedSize.x, PMONITOR->vecTransformedSize.y);
|
||||
|
||||
m_bEndFrame = true;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue