]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/controls/ctrl_move.hpp
skins2: improve refresh of layouts
[vlc] / modules / gui / skins2 / controls / ctrl_move.hpp
index 67e813fe2bd9103c783721bfdb57985045daf471..13fbcfaf7c4a3cf412d0690bc5d31eeebab4eca5 100644 (file)
@@ -49,7 +49,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 );
 
     /// Set the position and the associated layout of the decorated control
     virtual void setLayout( GenericLayout *pLayout,