Subversion Repositories Kolibri OS

Rev

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

Rev 4007 Rev 4027
Line 1... Line 1...
1
BGRedrawThread:
1
BGRedrawThread:
Line 2... Line 2...
2
 
2
 
Line 3... Line 3...
3
        mcall   40,010000b
3
        mcall   40,010000b
4
 
-
 
5
BGRTRedrawIcons:
-
 
6
     @@:
-
 
7
        cmp     [bIcoBuff],1   ;¤«ï ¡«®ª¨à®¢ª¨ ¯à¥à¥à¨á®¢ª¨ ¨ª®­®ª
-
 
8
        jne     @f
-
 
9
        mcall   5,1
-
 
10
        jmp     @b
-
 
11
     @@:
-
 
12
 
-
 
13
        mov     [bIcoBuff],1
4
 
14
 
5
BGRTRedrawIcons:
15
        mcall   48,5
6
        mcall   48,5
16
        mov     dx,ax
7
        mov     dx,ax
17
        shr     eax,16
8
        shr     eax,16
Line 34... Line 25...
34
        inc     ebx
25
        inc     ebx
35
        pop     ecx
26
        pop     ecx
36
        loop    @b
27
        loop    @b
37
   .NoDraw:
28
   .NoDraw:
Line 38... Line -...
38
 
-
 
39
        mov     [bIcoBuff],0
-
 
40
 
-
 
41
 
29
 
42
BGRTmessages:
30
BGRTmessages:
43
        mcall   10
31
        mcall   10
44
        sub     eax,5
32
        sub     eax,5