diff options
Diffstat (limited to 'canvas/source/opengl/ogl_canvastools.hxx')
-rw-r--r-- | canvas/source/opengl/ogl_canvastools.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/canvas/source/opengl/ogl_canvastools.hxx b/canvas/source/opengl/ogl_canvastools.hxx index 4382258107eb..0378626571d5 100644 --- a/canvas/source/opengl/ogl_canvastools.hxx +++ b/canvas/source/opengl/ogl_canvastools.hxx @@ -26,8 +26,8 @@ namespace oglcanvas void renderComplexPolyPolygon( const ::basegfx::B2DPolyPolygon& rPolyPoly ); void renderPolyPolygon( const ::basegfx::B2DPolyPolygon& rPolyPoly ); void setupState( const ::basegfx::B2DHomMatrix& rTransform, - unsigned int eSrcBlend, - unsigned int eDstBlend, + GLenum eSrcBlend, + GLenum eDstBlend, const com::sun::star::rendering::ARGBColor& rColor ); void renderOSD( const std::vector<double>& rNumbers, double scale ); |