mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Stray // comments.
[originally from svn r5046]
This commit is contained in:
@ -2320,7 +2320,7 @@ static LRESULT CALLBACK WndProc(HWND hwnd, UINT message,
|
||||
Rectangle(hdc, p.rcPaint.left, p.rcPaint.top,
|
||||
p.rcPaint.right, p.rcPaint.bottom);
|
||||
|
||||
// SelectClipRgn(hdc, NULL);
|
||||
/* SelectClipRgn(hdc, NULL); */
|
||||
|
||||
SelectObject(hdc, oldbrush);
|
||||
DeleteObject(fillcolour);
|
||||
|
Reference in New Issue
Block a user