mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 20:45:36 +08:00
cleanup
This commit is contained in:
@@ -756,7 +756,8 @@ static int dskScrollMainWindow (PMAINWIN pWin, PSCROLLWINDOWINFO pswi)
|
||||
BitBlt (hdc, rcMove.left, rcMove.top,
|
||||
rcMove.right - rcMove.left,
|
||||
rcMove.bottom - rcMove.top,
|
||||
hdc, pswi->iOffx + rcMove.left, pswi->iOffy + rcMove.top, 0);
|
||||
hdc,
|
||||
pswi->iOffx + rcMove.left, pswi->iOffy + rcMove.top, 0);
|
||||
}
|
||||
|
||||
pcrc = pcrc->next;
|
||||
|
||||
Reference in New Issue
Block a user