Subversion Repositories Kolibri OS

Rev

Rev 3455 | Rev 3481 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3455 Rev 3462
Line 69... Line 69...
69
format binary as "mnt"
69
format binary as "mnt"
Line 70... Line 70...
70
 
70
 
71
include 'macros.inc'
71
include 'macros.inc'
Line 72... Line 72...
72
include 'struct.inc'
72
include 'struct.inc'
Line 73... Line 73...
73
 
73
 
Line 74... Line 74...
74
$Revision: 3455 $
74
$Revision: 3462 $
Line 4910... Line 4910...
4910
        add     ebp, [esi+APPDATA.wnd_clientbox.left]
4910
        add     ebp, [esi+APPDATA.wnd_clientbox.left]
4911
        shl     ebp, 16
4911
        shl     ebp, 16
4912
        add     ebp, [eax-twdw+WDATA.box.top]
4912
        add     ebp, [eax-twdw+WDATA.box.top]
4913
        add     bp, word[esi+APPDATA.wnd_clientbox.top]
4913
        add     bp, word[esi+APPDATA.wnd_clientbox.top]
4914
        pop     esi
4914
        pop     esi
-
 
4915
        test    ecx, 0x08000000  ; redirect the output to the user area
-
 
4916
        jnz     @f
4915
        add     ebx, ebp
4917
        add     ebx, ebp
-
 
4918
align 4
-
 
4919
@@:
4916
        mov     eax, edi
4920
        mov     eax, edi
4917
        test    ecx, 0x08000000  ; redirect the output to the user area
4921
        test    ecx, 0x08000000  ; redirect the output to the user area
4918
        jnz     dtext
4922
        jnz     dtext
4919
        xor     edi, edi
4923
        xor     edi, edi
4920
        jmp     dtext
4924
        jmp     dtext