]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/controls/ctrl_checkbox.hpp
skins2: improve refresh of layouts
[vlc] / modules / gui / skins2 / controls / ctrl_checkbox.hpp
index 7342bf0ae0e9b9ae8ad4ecb72ff36c19873ba75b..78fff7c41e49559d8d5e79e7dcf00d1005664165 100644 (file)
@@ -61,7 +61,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 text of the tooltip XXX
     virtual UString getTooltipText() const { return *m_pTooltip; }