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
This commit is contained in:
juhamanninen
2014-12-27 13:18:30 +00:00
parent 2b76d2baac
commit 3f054f5282

View File

@@ -50,6 +50,10 @@ uses
{$DEFINE StretchRGB32} {$DEFINE StretchRGB32}
RGBGTKRoutines, RGBGTKRoutines,
{$ENDIF} {$ENDIF}
{$IFDEF LCLgtk3}
{$DEFINE StretchRGB32}
RGBGTK3Routines,
{$ENDIF}
{$IFDEF LCLcarbon} {$IFDEF LCLcarbon}
{$DEFINE StretchRGB32} {$DEFINE StretchRGB32}
RGBCarbonRoutines, RGBCarbonRoutines,