]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/src/anim_bitmap.hpp
skins2: improve refresh of layouts
[vlc] / modules / gui / skins2 / src / anim_bitmap.hpp
index 6667ce118c51b2dd39db824ad985e233231bfb75..bc005a784f541db23a82061b2bcbb54e3af13fc5 100644 (file)
@@ -49,7 +49,7 @@ public:
     void stopAnim();
 
     /// Draw the current frame on another graphics
-    void draw( OSGraphics &rImage, int xDest, int yDest );
+    void draw( OSGraphics &rImage, int xDest, int yDest, int w, int h, int xOffset = 0, int yOffset = 0 );
 
     /// Tell whether the pixel at the given position is visible
     bool hit( int x, int y ) const;