]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/controls/ctrl_move.cpp
skins2(win): fix mouse wheel ineffective on Windows
[vlc] / modules / gui / skins2 / controls / ctrl_move.cpp
index f4cf8880fdb7b3c07d27183357d41fe728ac133a..39700c839b270c110318596b40ff117d07fd9d07 100644 (file)
@@ -66,9 +66,9 @@ bool CtrlMove::mouseOver( int x, int y ) const
 }
 
 
-void CtrlMove::draw( OSGraphics &rImage, int xDest, int yDest )
+void CtrlMove::draw( OSGraphics &rImage, int xDest, int yDest, int w, int h )
 {
-    m_rCtrl.draw( rImage, xDest, yDest );
+    m_rCtrl.draw( rImage, xDest, yDest, w, h );
 }