mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
Another mistype.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@26068 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a3ff42f0db
commit
60296637a0
1 changed files with 1 additions and 1 deletions
|
@ -1254,7 +1254,7 @@ LRESULT CALLBACK MainWndProc(HWND hwnd, UINT uMsg,
|
|||
WINBOOL result;
|
||||
|
||||
result = BitBlt(hdc, r.left, r.top,
|
||||
(r.right - r.left), (r.bottom - rect.top),
|
||||
(r.right - r.left), (r.bottom - r.top),
|
||||
win->hdc, r.left, r.top, SRCCOPY);
|
||||
if (!result)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue