You've already forked lazarus-ccr
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:
@ -50,6 +50,10 @@ uses
|
||||
{$DEFINE StretchRGB32}
|
||||
RGBGTKRoutines,
|
||||
{$ENDIF}
|
||||
{$IFDEF LCLgtk3}
|
||||
{$DEFINE StretchRGB32}
|
||||
RGBGTK3Routines,
|
||||
{$ENDIF}
|
||||
{$IFDEF LCLcarbon}
|
||||
{$DEFINE StretchRGB32}
|
||||
RGBCarbonRoutines,
|
||||
|
Reference in New Issue
Block a user