mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 14:21:27 +01:00 
			
		
		
		
	amiga units: datatypes library unit improved
git-svn-id: trunk@38987 -
This commit is contained in:
		
							parent
							
								
									76e3b28297
								
							
						
					
					
						commit
						ae01ff2bf3
					
				
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -1,8 +1,8 @@
 | 
			
		||||
{
 | 
			
		||||
    This file is part of the Free Pascal run time library.
 | 
			
		||||
    Copyright (c) 2014 by Free Pascal development team
 | 
			
		||||
    Copyright (c) 2018 by Free Pascal development team
 | 
			
		||||
 | 
			
		||||
    asl.library functions
 | 
			
		||||
    datatypes.library functions
 | 
			
		||||
 | 
			
		||||
    See the file COPYING.FPC, included in this distribution,
 | 
			
		||||
    for details about the copyright.
 | 
			
		||||
@ -385,12 +385,12 @@ type
 | 
			
		||||
    dtg_AttrList: PTagItem; // Additional attributes
 | 
			
		||||
  end;
 | 
			
		||||
 | 
			
		||||
  //* DTM_TRIGGER */
 | 
			
		||||
  // DTM_TRIGGER
 | 
			
		||||
  PdtTrigger = ^TdtTrigger;
 | 
			
		||||
  TdtTrigger = record
 | 
			
		||||
    MethodID        : ULONG;
 | 
			
		||||
    MethodID: PtrUInt;
 | 
			
		||||
    dtt_GInfo: PGadgetInfo;
 | 
			
		||||
    dtt_Function    : ULONG;
 | 
			
		||||
    dtt_Function: LongWord;
 | 
			
		||||
    dtt_Data: APTR;
 | 
			
		||||
  end;
 | 
			
		||||
 | 
			
		||||
@ -481,7 +481,7 @@ const
 | 
			
		||||
const
 | 
			
		||||
  PICTUREDTCLASS = 'picture.datatype';
 | 
			
		||||
 | 
			
		||||
Type
 | 
			
		||||
type
 | 
			
		||||
  PBitMapHeader = ^TBitMapHeader;
 | 
			
		||||
  TBitMapHeader = record
 | 
			
		||||
    bmh_Width: Word;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user