Subversion Repositories Kolibri OS

Rev

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

Rev 3520 Rev 3534
Line 11... Line 11...
11
;; maintain and compile with an automated SETUP program         ;;
11
;; maintain and compile with an automated SETUP program         ;;
12
;; in the future.                                               ;;
12
;; in the future.                                               ;;
13
;;                                                              ;;
13
;;                                                              ;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 15... Line 15...
15
 
15
 
Line 16... Line 16...
16
$Revision: 3520 $
16
$Revision: 3534 $
17
 
17
 
18
struct  POINT
18
struct  POINT
19
        x       dd ?
19
        x       dd ?
Line 130... Line 130...
130
 
130
 
131
        wnd_shape       dd ?            ;+128
131
        wnd_shape       dd ?            ;+128
132
        wnd_shape_scale dd ?            ;+132
132
        wnd_shape_scale dd ?            ;+132
133
                        dd ?            ;+136
133
                        dd ?            ;+136
134
        mem_size        dd ?            ;+140
134
        mem_size        dd ?            ;+140
135
        saved_box       BOX
135
        saved_box       BOX             ;+144
136
        ipc_start       dd ?
136
        ipc_start       dd ?            ;+160
137
        ipc_size        dd ?
137
        ipc_size        dd ?            ;+164
138
        event_mask      dd ?
138
        event_mask      dd ?            ;+168
139
        debugger_slot   dd ?
139
        debugger_slot   dd ?            ;+172
140
        terminate_protection dd ?
140
        terminate_protection dd ?       ;+176
141
        keyboard_mode   db ?
141
        keyboard_mode   db ?            ;+180
142
                        rb 3
142
                        rb 3
143
        dir_table       dd ?
143
        dir_table       dd ?            ;+184
144
        dbg_event_mem   dd ?
144
        dbg_event_mem   dd ?            ;+188
145
        dbg_regs        DBG_REGS
145
        dbg_regs        DBG_REGS        ;+192
146
        wnd_caption     dd ?
146
        wnd_caption     dd ?            ;+212
-
 
147
        wnd_clientbox   BOX             ;+216
-
 
148
        priority        dd ?            ;+232
Line 147... Line 149...
147
        wnd_clientbox   BOX
149
        in_schedule     LHEAD           ;+236
Line 148... Line 150...
148
 
150