Subversion Repositories Kolibri OS

Rev

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

Rev 3974 Rev 3985
Line 1... Line 1...
1
BGRedrawThread:
1
BGRedrawThread:
Line 2... Line 2...
2
 
2
 
Line 3... Line -...
3
        mcall   40,010000b
-
 
4
 
-
 
5
 
-
 
6
BGRTmessages:
-
 
7
        mcall   10
-
 
8
        sub     eax,5
-
 
9
        jz      BGRTRedrawIcons
-
 
10
 
-
 
11
        jmp     BGRTmessages
3
        mcall   40,010000b
12
 
4
 
13
BGRTRedrawIcons:
5
BGRTRedrawIcons:
14
        mcall   48,5
6
        mcall   48,5
15
        mov     dx,ax
7
        mov     dx,ax
Line 32... Line 24...
32
      .nd:
24
      .nd:
33
        inc     ebx
25
        inc     ebx
34
        pop     ecx
26
        pop     ecx
35
        loop    @b
27
        loop    @b
36
   .NoDraw:
28
   .NoDraw:
37
        jmp     BGRTmessages
-
 
Line -... Line 29...
-
 
29
 
-
 
30
 
-
 
31
 
-
 
32
BGRTmessages:
-
 
33
        mcall   10
-
 
34
        sub     eax,5
-
 
35
        jz      BGRTRedrawIcons
-
 
36