Subversion Repositories Kolibri OS

Rev

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

Rev 3985 Rev 4007
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
 
4
 
13
        mov     [bIcoBuff],1
5
BGRTRedrawIcons:
14
 
6
        mcall   48,5
15
        mcall   48,5
7
        mov     dx,ax
16
        mov     dx,ax
8
        shr     eax,16
17
        shr     eax,16
Line 25... Line 34...
25
        inc     ebx
34
        inc     ebx
26
        pop     ecx
35
        pop     ecx
27
        loop    @b
36
        loop    @b
28
   .NoDraw:
37
   .NoDraw:
Line -... Line 38...
-
 
38
 
Line 29... Line 39...
29
 
39
        mov     [bIcoBuff],0
30
 
40
 
31
 
41