Subversion Repositories Kolibri OS

Rev

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

Rev 9709 Rev 9710
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2021. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2021. 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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 9709 $
8
$Revision: 9710 $
9
 
9
 
10
 
10
 
Line 518... Line 518...
518
        state           db ?            ;+124   thread state
518
        state           db ?            ;+124   thread state
519
        wnd_number      db ?            ;+125
519
        wnd_number      db ?            ;+125
520
                        dw ?            ;+126
520
                        dw ?            ;+126
521
        wnd_shape       dd ?            ;+128
521
        wnd_shape       dd ?            ;+128
522
        wnd_shape_scale dd ?            ;+132
522
        wnd_shape_scale dd ?            ;+132
523
        mem_start       dd ?            ;+136
523
                        dd ?            ;+136
524
        counter_sum     dd ?            ;+140  ; R
524
        counter_sum     dd ?            ;+140  ; R
525
        saved_box       BOX             ;+144
525
        saved_box       BOX             ;+144
526
        ipc_start       dd ?            ;+160
526
        ipc_start       dd ?            ;+160
527
        ipc_size        dd ?            ;+164
527
        ipc_size        dd ?            ;+164
528
        occurred_events dd ?            ;+168  ; mask which accumulates occurred events
528
        occurred_events dd ?            ;+168  ; mask which accumulates occurred events