X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fskins2%2Fwin32%2Fwin32_graphics.cpp;h=43fbe2d4018a4f28a4f7dac3d35c04b772b7fa2b;hb=108fc274c045dc2e399eccc1b68a84cedc00c9a6;hp=9e2cbe517bcc38f7f0b720e3b4895430a9171d70;hpb=064e918c692a56b67f53185bf3f9589eb80981a6;p=vlc diff --git a/modules/gui/skins2/win32/win32_graphics.cpp b/modules/gui/skins2/win32/win32_graphics.cpp old mode 100755 new mode 100644 index 9e2cbe517b..43fbe2d401 --- a/modules/gui/skins2/win32/win32_graphics.cpp +++ b/modules/gui/skins2/win32/win32_graphics.cpp @@ -68,7 +68,7 @@ void Win32Graphics::clear() void Win32Graphics::drawBitmap( const GenericBitmap &rBitmap, int xSrc, int ySrc, int xDest, int yDest, - int width, int height ) + int width, int height, bool blend ) { // Get the bitmap size if necessary if( width == -1 )