X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=inline;f=modules%2Fgui%2Fskins2%2Fx11%2Fx11_graphics.hpp;h=e7b6901e4dca44a43f4532330fc926cae5161f36;hb=108fc274c045dc2e399eccc1b68a84cedc00c9a6;hp=1e58d7db75192cb5195c9df3d7aee2e7034f0635;hpb=e08712b2d7aee23dfaca003151c18eba7a9f9e10;p=vlc diff --git a/modules/gui/skins2/x11/x11_graphics.hpp b/modules/gui/skins2/x11/x11_graphics.hpp index 1e58d7db75..e7b6901e4d 100644 --- a/modules/gui/skins2/x11/x11_graphics.hpp +++ b/modules/gui/skins2/x11/x11_graphics.hpp @@ -54,7 +54,8 @@ class X11Graphics: public OSGraphics /// Render a bitmap on this graphics virtual void drawBitmap( const GenericBitmap &rBitmap, int xSrc = 0, int ySrc = 0, int xDest = 0, int yDest = 0, - int width = -1, int height = -1 ); + int width = -1, int height = -1, + bool blend = false ); /// Draw a filled rectangle on the grahics (color is #RRGGBB) virtual void fillRect( int left, int top, int width, int height,