Changeset 42
- Timestamp:
- Apr 18, 2019, 5:07:00 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UMainForm.pas
r41 r42 60 60 ScreenBounds: TRect; 61 61 StartTime: TDateTime; 62 DrawDuration: TDateTime;63 62 Drawing: Boolean; 64 63 procedure LoadConfig; -
trunk/UCore.pas
r41 r42 1397 1397 Lock.Acquire; 1398 1398 Bitmap.BeginUpdate; 1399 {$IFDEF WINDOWS} 1400 Bitmap.PixelFormat := pf32bit; 1401 {$ENDIF} 1399 1402 RawImage := Bitmap.RawImage; 1400 1403 BytePerPixel := RawImage.Description.BitsPerPixel div 8;
Note:
See TracChangeset
for help on using the changeset viewer.