Subversion Repositories Kolibri OS

Rev

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

Rev 3539 Rev 3558
Line 9... Line 9...
9
;;  Distributed under GPL. See file COPYING for details.        ;;
9
;;  Distributed under GPL. See file COPYING for details.        ;;
10
;;  Copyright 2003 Ville Turjanmaa                              ;;
10
;;  Copyright 2003 Ville Turjanmaa                              ;;
11
;;                                                              ;;
11
;;                                                              ;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
$Revision: 3539 $
14
$Revision: 3558 $
15
 
15
 
16
align 4 ;3A08
16
align 4 ;3A08
17
build_interrupt_table:
17
build_interrupt_table:
Line 673... Line 673...
673
        call    calculatescreen
673
        call    calculatescreen
674
        xor     eax, eax
674
        xor     eax, eax
675
        xor     esi, esi
675
        xor     esi, esi
676
        call    redrawscreen
676
        call    redrawscreen
Line 677... Line -...
677
 
-
 
678
        mov     [MOUSE_BACKGROUND], byte 0; no mouse background
-
 
679
        mov     [DONT_DRAW_MOUSE], byte 0; draw mouse
-
 
680
 
677
 
681
        call    unlock_application_table
678
        call    unlock_application_table
682
    ;mov   esi,process_terminated
679
    ;mov   esi,process_terminated
683
    ;call  sys_msg_board_str
680
    ;call  sys_msg_board_str
684
        add     esp, 4
681
        add     esp, 4