Subversion Repositories Kolibri OS

Rev

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

Rev 2388 Rev 2733
Line 36... Line 36...
36
	rows_per_strip			rd	1	; SHORT or LONG
36
	rows_per_strip			rd	1	; SHORT or LONG
37
	strip_byte_counts		rd	1	; LONG or SHORT
37
	strip_byte_counts		rd	1	; LONG or SHORT
38
	strip_byte_counts_length	rd	1
38
	strip_byte_counts_length	rd	1
39
	palette				rd	1	; SHORT
39
	palette				rd	1	; SHORT
40
	palette_size			rd	1	; in colors, not samples
40
	palette_size			rd	1	; in colors, not samples
-
 
41
	extra_samples			rd	1	; pointer to array of SHORTs
-
 
42
	extra_samples_number		rd	1
41
ends
43
ends
Line 42... Line 44...
42
 
44
 
43
 
45