]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/win32/win32_graphics.hpp
missing const to non-const cast
[vlc] / modules / gui / skins2 / win32 / win32_graphics.hpp
index 41ac1f02af3cedb578b3ed32256bb3e6d6680aef..cab5c2f7d0be1d89f3eeda8c5416ef5aacddff7a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * win32_graphics.hpp
  *****************************************************************************
- * Copyright (C) 2003 VideoLAN
+ * Copyright (C) 2003 the VideoLAN team
  * $Id$
  *
  * Authors: Cyril Deguet     <asmax@via.ecp.fr>
@@ -44,7 +44,8 @@ class Win32Graphics: 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 another graphics on this one
         virtual void drawGraphics( const OSGraphics &rGraphics, int xSrc = 0,