mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
winex11: Remove two unused parameters from BITBLT_GetSrcArea().
This commit is contained in:
parent
bc588e6a37
commit
773d53d82e
@ -909,7 +909,7 @@ static int BITBLT_GetSrcAreaStretch( X11DRV_PDEVICE *physDevSrc, X11DRV_PDEVICE
|
||||
* pixels to Windows colors.
|
||||
*/
|
||||
static int BITBLT_GetSrcArea( X11DRV_PDEVICE *physDevSrc, X11DRV_PDEVICE *physDevDst,
|
||||
Pixmap pixmap, GC gc, INT xSrc, INT ySrc, RECT *visRectSrc )
|
||||
Pixmap pixmap, GC gc, RECT *visRectSrc )
|
||||
{
|
||||
XImage *imageSrc, *imageDst;
|
||||
register INT x, y;
|
||||
@ -1443,7 +1443,7 @@ static BOOL BITBLT_InternalStretchBlt( X11DRV_PDEVICE *physDevDst, INT xDst, INT
|
||||
&visRectSrc, &visRectDst );
|
||||
else
|
||||
BITBLT_GetSrcArea( physDevSrc, physDevDst, pixmaps[SRC], tmpGC,
|
||||
xSrc, ySrc, &visRectSrc );
|
||||
&visRectSrc );
|
||||
}
|
||||
|
||||
if (useDst) BITBLT_GetDstArea( physDevDst, pixmaps[DST], tmpGC, &visRectDst );
|
||||
|
Loading…
Reference in New Issue
Block a user