Subversion Repositories Kolibri OS

Rev

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

Rev 5672 Rev 5675
Line 69... Line 69...
69
format binary as "mnt"
69
format binary as "mnt"
Line 70... Line 70...
70
 
70
 
71
include 'macros.inc'
71
include 'macros.inc'
Line 72... Line 72...
72
include 'struct.inc'
72
include 'struct.inc'
Line 73... Line 73...
73
 
73
 
74
$Revision: 5672 $
74
$Revision: 5675 $
Line 2311... Line 2311...
2311
        call    syscall_display_settings._.redraw_whole_screen
2311
        call    syscall_display_settings._.redraw_whole_screen
2312
.nowindowdeactivate:
2312
.nowindowdeactivate:
2313
        ret
2313
        ret
2314
;------------------------------------------------------------------------------
2314
;------------------------------------------------------------------------------
2315
sysfn_activate:         ; 18.3 = ACTIVATE WINDOW
2315
sysfn_activate:         ; 18.3 = ACTIVATE WINDOW
2316
        ; cmp     ecx, 2                 ; fix mcall 18,3,1 for desktop requested for @icon by GerdtR
2316
        cmp     ecx, 2
2317
        ; jb      .nowindowactivate      ; see /viewtopic.php?f=24&t=3097&p=62230#p62225
2317
        jb      .nowindowactivate
2318
        cmp     ecx, [TASK_COUNT]
2318
        cmp     ecx, [TASK_COUNT]
2319
        ja      .nowindowactivate
2319
        ja      .nowindowactivate
2320
;-------------------------------------
2320
;-------------------------------------
2321
@@:
2321
@@:
2322
; If the window is captured and moved by the user,
2322
; If the window is captured and moved by the user,