Subversion Repositories Kolibri OS

Rev

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

Rev 2601 Rev 2620
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: 2601 $
72
$Revision: 2620 $
Line 3368... Line 3368...
3368
        mov     [BG_Rect_Y_top_bottom], eax ; [top]*65536 + [bottom]
3368
        mov     [BG_Rect_Y_top_bottom], eax ; [top]*65536 + [bottom]
3369
        pop     eax
3369
        pop     eax
Line 3370... Line 3370...
3370
 
3370
 
3371
        call    drawbackground
3371
        call    drawbackground
-
 
3372
;        DEBUGF  1, "K : drawbackground\n"
-
 
3373
;        DEBUGF  1, "K : backg x %x\n",[BG_Rect_X_left_right]
3372
;        DEBUGF  1, "K : drawbackground\n"
3374
;        DEBUGF  1, "K : backg y %x\n",[BG_Rect_Y_top_bottom]
3373
;--------- set event 5 start ----------
3375
;--------- set event 5 start ----------
3374
        push    ecx edi
3376
        push    ecx edi
3375
        xor     edi, edi
3377
        xor     edi, edi
3376
        mov     ecx, [TASK_COUNT]
3378
        mov     ecx, [TASK_COUNT]