]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/win32/win32_graphics.cpp
* os_graphics.hpp: added a parameter "blend" to drawBitmap(), to perform alpha
[vlc] / modules / gui / skins2 / win32 / win32_graphics.cpp
old mode 100755 (executable)
new mode 100644 (file)
index 9e2cbe5..43fbe2d
@@ -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 )