Subversion Repositories Kolibri OS

Rev

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

Rev 1728 Rev 2067
Line 5... Line 5...
5
; last update:  21/07/2004
5
; last update:  21/07/2004
6
; written by:   Alexandr Gorbovets
6
; written by:   Alexandr Gorbovets
7
; e-mail:       gorsash@mail.ru
7
; e-mail:       gorsash@mail.ru
Line 8... Line 8...
8
 
8
 
9
 
9
 
10
include "macros.inc"
10
include "../../macros.inc"
Line 11... Line 11...
11
include "lang.inc"
11
include "lang.inc"
12
meos_app_start
12
meos_app_start
Line 614... Line 614...
614
    mov     eax, 9           ; getting window info
614
    mov     eax, 9           ; getting window info
615
    mov     ebx, process_info
615
    mov     ebx, process_info
616
    mov     ecx, -1          ; we want to know info of our window
616
    mov     ecx, -1          ; we want to know info of our window
617
    mcall
617
    mcall
Line -... Line 618...
-
 
618
 
-
 
619
    test    [process_info.wnd_state], 0x04
-
 
620
    jnz     draw_window.end_draw
Line 618... Line 621...
618
 
621
 
619
 
622
 
Line 620... Line 623...
620
    mov     eax, [process_info.box.height]
623
    mov     eax, [process_info.box.height]
Line 966... Line 969...
966
    jb       draw_a_card
969
    jb       draw_a_card
Line 967... Line 970...
967
 
970
 
968
 
-
 
-
 
971
 
Line 969... Line 972...
969
 
972
 
970
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
973
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
971
 
974
    draw_window.end_draw: