Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6238 → Rev 6239

/programs/other/t_edit/t_button.inc
1,13 → 1,3
struct FileInfoBlock
Function dd ?
Position dd ?
Flags dd ?
Count dd ?
Buffer dd ?
db ?
FileName dd ?
ends
 
struct symbol
c db ? ; +0 ᨬ¢®«
col db ? ; +1 梥â
412,14 → 402,12
;description:
; ¢ë¤¥«¥­¨¥/áªàë⨥ ­¥¯¥ç â ¥¬ëå ᨬ¢®«®¢
align 4
proc but_sumb_invis, edit:dword
push edi
proc but_sumb_invis uses edi, edit:dword
mov edi,dword[edit]
 
xor ted_mode_invis,1
call draw_but_toolbar
stdcall [ted_draw],edi
pop edi
ret
endp
 
426,8 → 414,7
;description:
; ¢ë¤¥«¥­¨¥/áªàë⨥ ª«î祢ëå á«®¢
align 4
proc but_k_words_show, edit:dword
push edi
proc but_k_words_show uses edi, edit:dword
mov edi,dword[edit]
 
xor ted_mode_color,1
437,7 → 424,6
@@:
call draw_but_toolbar
stdcall [ted_draw],edi
pop edi
ret
endp
 
444,8 → 430,7
;description:
; ¢ë§®¢/áªàë⨥ ¯ ­¥«¨ á ä ©« ¬¨ ᨭ⠪á¨á 
align 4
proc but_synt_show, edit:dword
push edi
proc but_synt_show uses edi, edit:dword
mov edi,[edit]
 
cmp ted_panel_id,TED_PANEL_NULL
459,6 → 444,5
.e_if:
call EvSize
stdcall [ted_draw],edi
pop edi
ret
endp