Subversion Repositories Kolibri OS

Rev

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

Rev 5363 Rev 5836
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: 5363 $
14
$Revision: 5836 $
15
 
15
 
16
align 4 ;3A08
16
align 4 ;3A08
17
build_interrupt_table:
17
build_interrupt_table:
Line 579... Line 579...
579
        mov     [esi+WDATA.box.top], eax
579
        mov     [esi+WDATA.box.top], eax
580
        mov     [esi+WDATA.box.height], eax
580
        mov     [esi+WDATA.box.height], eax
581
        mov     [esi+WDATA.cl_workarea], eax
581
        mov     [esi+WDATA.cl_workarea], eax
582
        mov     [esi+WDATA.cl_titlebar], eax
582
        mov     [esi+WDATA.cl_titlebar], eax
583
        mov     [esi+WDATA.cl_frames], eax
583
        mov     [esi+WDATA.cl_frames], eax
584
        mov     dword [esi+WDATA.reserved], eax; clear all flags: wstate, redraw, wdrawn
584
        mov     dword [esi+WDATA.z_modif], eax; clear all flags: z_modif, wstate, redraw, wdrawn
585
        lea     edi, [esi-window_data+draw_data]
585
        lea     edi, [esi-window_data+draw_data]
586
        mov     ecx, 32/4
586
        mov     ecx, 32/4
587
        rep stosd
587
        rep stosd
588
        popa
588
        popa