Subversion Repositories Kolibri OS

Rev

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

Rev 2516 Rev 2524
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: 2516 $
72
$Revision: 2524 $
Line 3287... Line 3287...
3287
 
3287
 
3288
        pop     eax
3288
        pop     eax
3289
;--------------------------------------
3289
;--------------------------------------
3290
align 4
3290
align 4
-
 
3291
mouse_not_active:
-
 
3292
        xor     eax, eax
3291
mouse_not_active:
3293
        xchg    al, [REDRAW_BACKGROUND]
3292
        cmp     byte[REDRAW_BACKGROUND], 0         ; background update ?
3294
        test    al, al      ; background update ?
-
 
3295
        jz      nobackgr
3293
        jz      nobackgr
3296
 
3294
        cmp     [background_defined], 0
3297
        cmp     [background_defined], 0
3295
        jz      nobackgr
3298
        jz      nobackgr
3296
;--------------------------------------
3299
;--------------------------------------
3297
align 4
3300
align 4