Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 705 → Rev 706

/programs/develop/libGUI/src/image.inc
17,9 → 17,16
 
craete_image:
 
mov ebx,[esp+4]
mov eax,[esp+8]
push ebx
push ecx
push edx
push esi
push edi
push ebp
 
mov ebx,[esp+24+4]
mov eax,[esp+24+8]
 
mov [PointerToStructureForImage],eax
 
mov eax,control_header_size+im_control_data_size
49,6 → 56,13
mov [eax+32],esi
mov [eax+36],edi
 
pop ebp
pop edi
pop esi
pop edx
pop ecx
pop ebx
 
ret 8
 
;****************************************************