Subversion Repositories Kolibri OS

Rev

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

Rev 137 Rev 138
Line 2582... Line 2582...
2582
    shl    eax,5
2582
    shl    eax,5
2583
    add    eax,0x3000+TASKDATA.state
2583
    add    eax,0x3000+TASKDATA.state
2584
    mov    eax,[eax]
2584
    mov    eax,[eax]
2585
    mov    [ebx+40],ax
2585
    mov    [ebx+40],ax
Line -... Line 2586...
-
 
2586
 
-
 
2587
    ; Window client area box
-
 
2588
 
-
 
2589
    mov    esi,[esp]
-
 
2590
    shl    esi,8
-
 
2591
    add    esi,0x80000+APPDATA.wnd_clientbox
-
 
2592
    lea    edi,[ebx+44]
-
 
2593
    mov    ecx,4
-
 
2594
    rep    movsd
-
 
2595
    
-
 
2596
    ; Window state
-
 
2597
 
-
 
2598
    mov    esi,[esp]
-
 
2599
    shl    esi,5
-
 
2600
    add    esi,window_data + WDATA.box
-
 
2601
    mov    al,[esi+window_data+WDATA.fl_wstate]
Line 2586... Line 2602...
2586
 
2602
    mov    [edi],al
2587
 
2603
 
Line 2588... Line 2604...
2588
    pop    ebx
2604
    pop    ebx