Skip to content

Commit e8adbaa

Browse files
adeybluejayrm
authored andcommitted
This is exclusive apparently
(cherry picked from commit 6366bfc)
1 parent 28d7adb commit e8adbaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gfxlib2/win32/gfx_driver_d2d.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ static void D2DCommonPaintInternal(D2DGlobalState* pGlobalState)
617617
pLastDirtyRow = pDirtyEnd + ((bitPos >> 3) & (ptrSize - 1));
618618
fillInDirtyRect:
619619
dirtyRect.left = 0;
620-
dirtyRect.right = winWidth - 1;
620+
dirtyRect.right = winWidth;
621621
dirtyRect.top = (pFirstDirtyRow - pDirtyStart) * scanlineSize;
622622
dirtyRect.bottom = ((pLastDirtyRow - pDirtyStart) + 1) * scanlineSize;
623623
drawRect.left = dirtyRect.left;

0 commit comments

Comments
 (0)