]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/controls/ctrl_image.hpp
skins2: improve refresh of layouts
[vlc] / modules / gui / skins2 / controls / ctrl_image.hpp
index 470ab9f73ab09e1b1a8b340ee803ba2c3ef3bab5..f1d18f17ae10070fa41cc717048ea565a896f22c 100644 (file)
@@ -60,7 +60,7 @@ public:
     virtual bool mouseOver( int x, int y ) const;
 
     /// Draw the control on the given graphics
-    virtual void draw( OSGraphics &rImage, int xDest, int yDest );
+    virtual void draw( OSGraphics &rImage, int xDest, int yDest, int w, int h );
 
     /// Get the type of control (custom RTTI)
     virtual string getType() const { return "image"; }