Subversion Repositories Kolibri OS

Rev

Rev 6780 | Rev 8341 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6780 Rev 6881
Line 552... Line 552...
552
; The data in the structure is set by libpng on read and used on write.
552
; The data in the structure is set by libpng on read and used on write.
Line 553... Line 553...
553
 
553
 
554
struct png_unknown_chunk
554
struct png_unknown_chunk
-
 
555
	name rb 5 ;byte[5] ;Textual chunk name with '\0' terminator
555
	name rb 5 ;byte[5] ;Textual chunk name with '\0' terminator
556
	rb 3 ;align
556
	podata dd ? ;byte* ;Data, should not be modified on read!
557
	podata dd ? ;byte* ;Data, should not be modified on read!
Line 557... Line 558...
557
	size dd ? ;png_size_t
558
	size dd ? ;png_size_t
558
 
559