Subversion Repositories Kolibri OS

Rev

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

Rev 318 Rev 372
Line 437... Line 437...
437
    cmp  dword[0x8000+42],51
437
    cmp  dword[0x8000+42],51
438
    jne  .noicon
438
    jne  .noicon
439
    cmp  dword[0x8000+46],51
439
    cmp  dword[0x8000+46],51
440
    je   norpl
440
    je   norpl
441
  .noicon:
441
  .noicon:
442
    cmp  [0x8000+11],dword 'ENU '
-
 
443
    je   norpl
-
 
444
;    cmp  [0x8000+12],dword 'NEL '
-
 
445
;    je   norpl
-
 
446
    cmp  [0x8000+10],dword '    '
442
    cmp  [0x8000+10],dword '    '
447
    je   norpl
443
    je   norpl
448
    dec  [draw_start_position]
444
    dec  [draw_start_position]
449
    cmp  [draw_start_position],0
445
    cmp  [draw_start_position],0
450
    jg    norpl
446
    jg    norpl
Line 1845... Line 1841...
1845
no_bug:
1841
no_bug:
1846
    push eax
1842
    push eax
Line 1847... Line 1843...
1847
 
1843
 
1848
    mov  eax,13
1844
    mov  eax,13
1849
    mov  ebx,[maxx]
1845
    mov  ebx,[maxx]
1850
    sub  ebx,60 ;;65
1846
    sub  ebx,60
1851
    shl  ebx,16
1847
    shl  ebx,16
1852
    mov  bx,8
-
 
1853
    push ebx
-
 
1854
    mov  eax,13
1848
    add  ebx,8
1855
    mov  ecx,5*65536
1849
    mov  ecx,5 shl 16
1856
    add  ecx,[ysi]
1850
    add  ecx,[ysi]
1857
    mov  edx,0xff0000  ;[sc.work_button]
1851
    mov  edx,0xdd2222
1858
    int  0x40
-
 
1859
    pop  ebx
-
 
Line -... Line 1852...
-
 
1852
    int  0x40
1860
    pop  eax
1853
 
1861
 
1854
    pop  eax
1862
    mov  ecx,5*65536
1855
    mov  ecx,5 shl 16
1863
    mov  cx,ax
1856
    add  ecx,eax
1864
    mov  eax,13
1857
    mov  eax,13
Line 1865... Line 1858...
1865
    mov  edx,0x44aa44  ;[sc.work_button]
1858
    mov  edx,0x44aa44
1866
    int  0x40
1859
    int  0x40
Line 1867... Line -...
1867
 
-
 
1868
    popad
1860
 
Line 1869... Line 1861...
1869
    ret
1861
    popad
1870
 
1862
    ret
1871
 
1863
 
Line 1960... Line 1952...
1960
        dd      0
1952
        dd      0
1961
        db      0
1953
        db      0
1962
.name   dd      ?
1954
.name   dd      ?
Line 1963... Line 1955...
1963
 
1955
 
1964
end_name        db      '/RD/1/END',0
1956
end_name        db      '/RD/1/END',0
1965
menu_name       db      '/RD/1/MENU',0
1957
menu_name       db      '/RD/1/@MENU',0
1966
calendar_name   db      '/RD/1/CALENDAR',0
1958
calendar_name   db      '/RD/1/CALENDAR',0
Line 1967... Line 1959...
1967
sysmeter_name   db      '/RD/1/GMON',0
1959
sysmeter_name   db      '/RD/1/GMON',0
1968
 
1960