Subversion Repositories Kolibri OS

Rev

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

Rev 2385 Rev 2540
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;; KERNEL32.INC                                                 ;;
6
;; KERNEL32.INC                                                 ;;
7
;;                                                              ;;
7
;;                                                              ;;
8
;; Included 32 bit kernel files for MenuetOS                    ;;
8
;; Included 32 bit kernel files for MenuetOS                    ;;
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: 2385 $
16
$Revision $
17
 
17
 
18
struct  POINT
18
struct  POINT
19
        x       dd ?
19
        x       dd ?
Line 123... Line 123...
123
        wait_begin      dd ?            ;+92   +++
123
        wait_begin      dd ?            ;+92   +++
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
                        rb 16           ;+112
129
                        rb 12           ;+116
Line 129... Line 130...
129
 
130
 
130
        wnd_shape       dd ?            ;+128
131
        wnd_shape       dd ?            ;+128
131
        wnd_shape_scale dd ?            ;+132
132
        wnd_shape_scale dd ?            ;+132
132
                        dd ?            ;+136
133
                        dd ?            ;+136
Line 192... Line 193...
192
 
193
 
Line 193... Line 194...
193
include "sound/playnote.inc" ; player Note for Speaker PC
194
include "sound/playnote.inc" ; player Note for Speaker PC
Line 194... Line 195...
194
 
195
 
195
; display
196
; display
196
 
197
 
197
include "video/vesa12.inc"   ; Vesa 1.2 functions
198
;include "video/vesa12.inc"   ; Vesa 1.2 functions
198
include "video/vesa20.inc"   ; Vesa 2.0 functions
199
include "video/vesa20.inc"   ; Vesa 2.0 functions