fixes compilation and prepares gtkroutines for gtk post 0.9.24

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@287 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
jesusr
2007-11-23 07:43:29 +00:00
parent e76bd25f1c
commit b24f96de7b
2 changed files with 20 additions and 4 deletions

View File

@ -558,7 +558,7 @@ begin
SwapInt(FWidth, ABitmap.FWidth);
SwapInt(FHeight, ABitmap.FHeight);
SwapInt(FRowPixelStride, ABitmap.FRowPixelStride);
SwapInt(FSizeOfPixel, ABitmap.SizeOfPixel);
SwapInt(FSizeOfPixel, ABitmap.FSizeOfPixel);
end;
function TRGBBitmapCore.GetPixelPtrUnsafe(X, Y: Integer): PRGBPixel;