Ignore:
Timestamp:
Mar 18, 2011, 9:34:42 AM (13 years ago)
Author:
george
Message:
  • Fixed: Red and Blue color components swaping.
  • Fixed: PageControl tabs auto switching.
  • Modified: TFastBitmap class replaced by similar one which use pixels data as one memory block instead of array of arrays. With only one memory block optimization using FillChar and Move can be used.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/GraphicTest.lpr

    r201 r206  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UMainForm, UPlatform, UDrawMethod, UFastBitmap
    11   { you can add units after this };
     10  Forms, UMainForm, UPlatform, UDrawMethod, UFastBitmap;
    1211
    1312{$R *.res}
Note: See TracChangeset for help on using the changeset viewer.