]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/x11/x11_graphics.hpp
* os_graphics.hpp: added a parameter "blend" to drawBitmap(), to perform alpha
[vlc] / modules / gui / skins2 / x11 / x11_graphics.hpp
index 1e58d7db75192cb5195c9df3d7aee2e7034f0635..e7b6901e4dca44a43f4532330fc926cae5161f36 100644 (file)
@@ -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,