From 3f054f5282e3d7396e529c583c6a211ef7444622 Mon Sep 17 00:00:00 2001 From: juhamanninen Date: Sat, 27 Dec 2014 13:18:30 +0000 Subject: [PATCH] rgbgraphics: use gtk3 routines. Issue #27207, patch from Cedric. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3855 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/rgbgraphics/rgbroutines.pas | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/rgbgraphics/rgbroutines.pas b/components/rgbgraphics/rgbroutines.pas index 30711f363..42a810603 100644 --- a/components/rgbgraphics/rgbroutines.pas +++ b/components/rgbgraphics/rgbroutines.pas @@ -50,6 +50,10 @@ uses {$DEFINE StretchRGB32} RGBGTKRoutines, {$ENDIF} +{$IFDEF LCLgtk3} + {$DEFINE StretchRGB32} + RGBGTK3Routines, +{$ENDIF} {$IFDEF LCLcarbon} {$DEFINE StretchRGB32} RGBCarbonRoutines,