From d9d7188ad7b22e8991a9ef685840ac0e88566b39 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 7 Mar 2020 14:22:56 +0100 Subject: Use vector for PixelBuffer memory allocation. Use optimized render routines in some more painter algorithms. Fix capitalization of Canvas::getPixelBuffer method. --- plugingui/widget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui/widget.h') diff --git a/plugingui/widget.h b/plugingui/widget.h index fbf3f5b..b9436b7 100644 --- a/plugingui/widget.h +++ b/plugingui/widget.h @@ -81,7 +81,7 @@ public: Point position() const; // From Canvas - PixelBufferAlpha& GetPixelBuffer() override; + PixelBufferAlpha& getPixelBuffer() override; virtual bool isFocusable() { return false; } virtual bool catchMouse() { return false; } -- cgit v1.2.3