]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/win32/win32_graphics.hpp
skins2: drag&drop (small tweak)
[vlc] / modules / gui / skins2 / win32 / win32_graphics.hpp
index aa728add46676223269838dbe0bb990cc76b5e64..b3cbd95430a036203912426564340dd6feed6ff7 100644 (file)
@@ -39,7 +39,8 @@ public:
     virtual ~Win32Graphics();
 
     /// Clear the graphics
-    virtual void clear();
+    virtual void clear( int xDest = 0, int yDest = 0,
+                        int width = -1, int height = -1 );
 
     /// Render a bitmap on this graphics
     virtual void drawBitmap( const GenericBitmap &rBitmap, int xSrc = 0,