Subversion Repositories Kolibri OS

Rev

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

Rev 2515 Rev 2516
Line 67... Line 67...
67
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
67
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 68... Line 68...
68
 
68
 
69
include 'macros.inc'
69
include 'macros.inc'
Line 70... Line 70...
70
include 'struct.inc'
70
include 'struct.inc'
Line 71... Line 71...
71
 
71
 
Line 72... Line 72...
72
$Revision: 2515 $
72
$Revision: 2516 $
Line 3312... Line 3312...
3312
        xor     eax, eax
3312
        xor     eax, eax
3313
        xchg    al, [REDRAW_BACKGROUND]
3313
        xchg    al, [REDRAW_BACKGROUND]
3314
        test    al, al                             ; got new update request?
3314
        test    al, al                             ; got new update request?
3315
        jnz     @b
3315
        jnz     @b
Line -... Line 3316...
-
 
3316
 
-
 
3317
; call change_task - because the application must have time to call f.15.8
-
 
3318
        call    change_task
3316
 
3319
 
3317
        mov     [draw_data+32 + RECT.left], eax
3320
        mov     [draw_data+32 + RECT.left], eax
3318
        mov     [draw_data+32 + RECT.top], eax
3321
        mov     [draw_data+32 + RECT.top], eax
3319
        mov     [draw_data+32 + RECT.right], eax
3322
        mov     [draw_data+32 + RECT.right], eax
3320
        mov     [draw_data+32 + RECT.bottom], eax
3323
        mov     [draw_data+32 + RECT.bottom], eax