Subversion Repositories Kolibri OS

Rev

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

Rev 7136 Rev 7522
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: 7136 $
8
$Revision: 7522 $
9
 
9
 
10
 
10
 
Line 731... Line 731...
731
end virtual
731
end virtual
732
virtual at OS_BASE + BOOT_VARS
732
virtual at OS_BASE + BOOT_VARS
733
        BOOT boot_data
733
        BOOT boot_data
734
end virtual
734
end virtual
Line -... Line 735...
-
 
735
 
-
 
736
MAX_SCREEN_WIDTH  = 3840
-
 
737
MAX_SCREEN_HEIGHT = 2160
735
 
738
 
736
struct  display_t
739
struct  display_t
737
        x               dd ?
740
        x               dd ?
738
        y               dd ?
741
        y               dd ?
739
        width           dd ?
742
        width           dd ?