Subversion Repositories Kolibri OS

Rev

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

Rev 8092 Rev 8093
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2017. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2017. 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: 8092 $
8
$Revision: 8093 $
9
 
9
 
10
 
10
 
Line 534... Line 534...
534
        dbg_regs        DBG_REGS        ;+192
534
        dbg_regs        DBG_REGS        ;+192
535
        wnd_caption     dd ?            ;+212
535
        wnd_caption     dd ?            ;+212
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
                        rd 3            ;+244
539
ends
540
ends
Line -... Line 541...
-
 
541
 
-
 
542
assert sizeof.APPDATA = 256
540
 
543
 
541
APP_OBJ_OFFSET  = 48
544
APP_OBJ_OFFSET  = 48
Line 542... Line 545...
542
APP_EV_OFFSET   = 40
545
APP_EV_OFFSET   = 40
543
 
546