Subversion Repositories Kolibri OS

Rev

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

Rev 750 Rev 753
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: 750 $
16
$Revision: 753 $
17
 
17
 
18
 
18
 
Line 59... Line 59...
59
}
59
}
60
virtual at 0
60
virtual at 0
61
 BOX BOX
61
 BOX BOX
62
end virtual
62
end virtual
Line -... Line 63...
-
 
63
 
-
 
64
struc DISPMODE {
-
 
65
  .width   rw 1
-
 
66
  .height  rw 1
-
 
67
  .bpp     rw 1
-
 
68
  .freq    rw 1
-
 
69
}
63
 
70
 
64
; constants definition
71
; constants definition
65
WSTATE_NORMAL    = 00000000b
72
WSTATE_NORMAL    = 00000000b
66
WSTATE_MAXIMIZED = 00000001b
73
WSTATE_MAXIMIZED = 00000001b
67
WSTATE_MINIMIZED = 00000010b
74
WSTATE_MINIMIZED = 00000010b