X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fskins2%2Fmacosx%2Fmacosx_graphics.hpp;h=639e867e075e0a67cbd849e7b596811a06bd458d;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=9e78284c7af0433a2b08b60c21181787428e7475;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/gui/skins2/macosx/macosx_graphics.hpp b/modules/gui/skins2/macosx/macosx_graphics.hpp index 9e78284c7a..639e867e07 100644 --- a/modules/gui/skins2/macosx/macosx_graphics.hpp +++ b/modules/gui/skins2/macosx/macosx_graphics.hpp @@ -50,7 +50,7 @@ class MacOSXGraphics: public OSGraphics virtual void drawBitmap( const GenericBitmap &rBitmap, int xSrc = 0, int ySrc = 0, int xDest = 0, int yDest = 0, int width = -1, int height = -1, - bool blend = false ); + bool blend = false ); /// Draw a filled rectangle on the grahics (color is #RRGGBB) virtual void fillRect( int left, int top, int width, int height,