Subversion Repositories Kolibri OS

Rev

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

Rev 9831 Rev 9848
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2022. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2022. 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: 9831 $
8
$Revision: 9848 $
9
 
9
 
10
 
10
 
Line 536... Line 536...
536
        wnd_clientbox   BOX             ;+216
536
        wnd_clientbox   BOX             ;+216
537
        priority        dd ?            ;+232
537
        priority        dd ?            ;+232
538
        in_schedule     LHEAD           ;+236
538
        in_schedule     LHEAD           ;+236
539
        counter_add     dd ?            ;+244  ; R
539
        counter_add     dd ?            ;+244  ; R
540
        cpu_usage       dd ?            ;+248  ; R
540
        cpu_usage       dd ?            ;+248  ; R
541
                        dd ?            ;+252
541
        temp_cursor     dd 0            ;+252  ; temporary place to save cursor
542
ends
542
ends
Line 543... Line 543...
543
 
543
 
Line 544... Line 544...
544
assert sizeof.APPDATA = 256
544
assert sizeof.APPDATA = 256