diff --git a/xwords4/wince/cedraw.c b/xwords4/wince/cedraw.c index ebfe1b8f9..d56e2ff89 100755 --- a/xwords4/wince/cedraw.c +++ b/xwords4/wince/cedraw.c @@ -1286,7 +1286,7 @@ ceDrawBitmapInRect( HDC hdc, const RECT* rect, HBITMAP bitmap ) top += ((rect->bottom - top) - height) / 2; StretchBlt( hdc, left, top, width, height, - tmpDC, 0, 0, bmp.bmHeight, bmp.bmWidth, SRCCOPY ); + tmpDC, 0, 0, bmp.bmWidth, bmp.bmHeight, SRCCOPY ); DeleteDC( tmpDC ); } } /* ceDrawBitmapInRect */