Subversion Repositories Kolibri OS

Rev

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

Rev 5597 Rev 5984
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2015. 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: 5597 $
8
$Revision: 5984 $
9
 
9
 
10
 
10
 
Line 542... Line 542...
542
WSTATE_WNDDRAWN  = 00000010b
542
WSTATE_WNDDRAWN  = 00000010b
Line 543... Line 543...
543
 
543
 
544
WSTYLE_HASCAPTION     = 00010000b
544
WSTYLE_HASCAPTION     = 00010000b
Line -... Line 545...
-
 
545
WSTYLE_CLIENTRELATIVE = 00100000b
-
 
546
 
-
 
547
ZPOS_DESKTOP            = -2
-
 
548
ZPOS_ALWAYS_BACK        = -1
545
WSTYLE_CLIENTRELATIVE = 00100000b
549
ZPOS_NORMAL             = 0
546
 
550
ZPOS_ALWAYS_TOP         = 1     ;ZPOS_ALWAYS_TOP is always last and has max number!
547
; structures definition
551
; structures definition
548
struct  WDATA
552
struct  WDATA
549
        box             BOX
553
        box             BOX
550
        cl_workarea     dd ?
554
        cl_workarea     dd ?
551
        cl_titlebar     dd ?
555
        cl_titlebar     dd ?
552
        cl_frames       dd ?
556
        cl_frames       dd ?
553
        reserved        db ?
557
        z_modif         db ?
554
        fl_wstate       db ?
558
        fl_wstate       db ?
555
        fl_wdrawn       db ?
559
        fl_wdrawn       db ?