Subversion Repositories Kolibri OS

Rev

Rev 3375 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3375 Rev 7832
Line 36... Line 36...
36
        call    draw_label
36
        call    draw_label
Line 37... Line 37...
37
 
37
 
38
        stop_draw_window
38
        stop_draw_window
39
ret
39
ret
40
.close:
-
 
41
        bt      word [ch3.flags],1   ; ¢®ááâ ­®¢¨âì ®ª­® ?
-
 
42
        jnc     @f
-
 
43
 
-
 
44
        mov     eax,60
-
 
45
        mov     ebx,2
-
 
46
        mov     ecx,[app.pid]
40
.close:
47
        mov     edx,messages.act_window
-
 
48
        mov     esi,2
-
 
49
        mcall
-
 
50
@@:
41
        mcall   60,2,[app.pid],messages.act_window,2
Line 51... Line 42...
51
        jmp	close
42
        jmp	close