Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2045 → Rev 2038

/programs/media/animage/trunk/events_of_window.inc
58,11 → 58,6
;xor esi,esi ;0x805080d0
; xor edi,edi ;0x005080d0
mcall 0,,,0x53aabbcc,,name_of_program
mov eax,[procinfo+70] ;staus of window
test eax,100b
jne .end
;------------------------------------------------
mov eax,5
mov ebx,20
167,7 → 162,6
sub ebx,25+10
call draw_volume_rectangle ; down and right small area
;------------------------------------------------
.end:
mcall 12,2
ret
;-----------------------------------------------------------------------------
/programs/media/animage/trunk/events_of_mouse.inc
2,13 → 2,6
;-------------interraction MOUSE--------------
;---------------------------------------------
mouse:
or ecx,-1
mcall 9,procinfo
mov eax,[procinfo+70] ;staus of window
test eax,100b
jne still
call GetMouseCoordinats
;panel
mov edx,[Window_SizeX]