Subversion Repositories Kolibri OS

Rev

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

Rev 3500 Rev 3555
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: 3500 $
16
$Revision: 3555 $
17
 
17
 
18
struct  POINT
18
struct  POINT
19
        x       dd ?
19
        x       dd ?
Line 124... Line 124...
124
        wait_test       dd ?            ;+96   +++
124
        wait_test       dd ?            ;+96   +++
125
        wait_param      dd ?            ;+100  +++
125
        wait_param      dd ?            ;+100  +++
126
        tls_base        dd ?            ;+104
126
        tls_base        dd ?            ;+104
127
        dlls_list_ptr   dd ?            ;+108
127
        dlls_list_ptr   dd ?            ;+108
128
        event_filter    dd ?            ;+112
128
        event_filter    dd ?            ;+112
-
 
129
        draw_bgr_x      dd ?            ;+116
-
 
130
        draw_bgr_y      dd ?            ;+120
129
                        rb 12           ;+116
131
                        dd ?            ;+124
Line 130... Line 132...
130
 
132
 
131
        wnd_shape       dd ?            ;+128
133
        wnd_shape       dd ?            ;+128
132
        wnd_shape_scale dd ?            ;+132
134
        wnd_shape_scale dd ?            ;+132
133
                        dd ?            ;+136
135
                        dd ?            ;+136
134
        mem_size        dd ?            ;+140
136
        mem_size        dd ?            ;+140
135
        saved_box       BOX
137
        saved_box       BOX             ;+144
136
        ipc_start       dd ?
138
        ipc_start       dd ?            ;+160
137
        ipc_size        dd ?
139
        ipc_size        dd ?            ;+164
138
        event_mask      dd ?
140
        event_mask      dd ?            ;+168
139
        debugger_slot   dd ?
141
        debugger_slot   dd ?            ;+172
140
        terminate_protection dd ?
142
        terminate_protection dd ?       ;+176
141
        keyboard_mode   db ?
143
        keyboard_mode   db ?            ;+180
142
                        rb 3
144
                        rb 3
143
        dir_table       dd ?
145
        dir_table       dd ?            ;+184
144
        dbg_event_mem   dd ?
146
        dbg_event_mem   dd ?            ;+188
145
        dbg_regs        DBG_REGS
147
        dbg_regs        DBG_REGS        ;+192
146
        wnd_caption     dd ?
148
        wnd_caption     dd ?            ;+212
-
 
149
        wnd_clientbox   BOX             ;+216
-
 
150
        priority        dd ?            ;+232
Line 147... Line 151...
147
        wnd_clientbox   BOX
151
        in_schedule     LHEAD           ;+236
Line 148... Line 152...
148
 
152
 
Line 218... Line 222...
218
 
222
 
Line 219... Line 223...
219
; Pci functions
223
; Pci functions
Line -... Line 224...
-
 
224
 
-
 
225
include "bus/pci/pci32.inc"
-
 
226
 
220
 
227
; USB functions
Line 221... Line 228...
221
include "bus/pci/pci32.inc"
228
include "bus/usb/init.inc"
222
 
229