Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 709 → Rev 710

/programs/develop/libGUI/src/menegment_of_controls.inc
95,8 → 95,16
 
destroy_control:
 
mov eax,[esp+4]
push eax
push ebx
push ecx
push edx
push esi
push edi
push ebp
 
mov eax,[esp+28+4]
 
mov ebx,[eax+20] ;get parend for control
 
;checking pointer of control to 0
224,6 → 232,14
;*******************************************************************
exit_destroy_control:
 
pop ebp
pop edi
pop esi
pop edx
pop ecx
pop ebx
pop eax
 
ret 4
 
;***********************************************************
239,12 → 255,20
 
send_message:
 
push eax
push ebx
push ecx
push edx
push esi
push edi
push ebp
 
;get pointer to parend
mov eax,[esp+4]
mov eax,[esp+28+4]
mov [Parend],eax
 
;get message
mov esi,[esp+8]
mov esi,[esp+28+8]
mov edi,dword Message
mov ecx,4
rep movsd
438,6 → 462,14
 
exit_check_event_type:
 
pop ebp
pop edi
pop esi
pop edx
pop ecx
pop ebx
pop eax
 
ret 8
 
 
/programs/develop/libGUI/src/version.inc
11,6 → 11,6
get_version:
 
xor eax,eax
mov eax,dword 080131 ;31.01.08
mov eax,dword 080204 ;4.02.08
 
ret
/programs/develop/libGUI/whats new.txt
1,3 → 1,10
4.02.08
RUSSIAN
Äîáàâëåíî ñîõðàíåíèå ðåãèñòðîâ ïîñëå âõîäà â ôóíêöèè: SendMessage() , DestroyControl().
 
ENGLISH
Save of registers after an entrance in function is added: SendMessage (), DestroyControl ().
 
31.01.08
RUSSIAN
Äîáàâëåíî ñîõðàíåíèå ðåãèñòðîâ ïîñëå âõîäà â ôóíêöèè libGUI.