Subversion Repositories Kolibri OS

Rev

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

Rev 5130 Rev 5154
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2014. 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: 5130 $
8
$Revision: 5154 $
9
 
9
 
10
 
10
 
Line 428... Line 428...
428
struct  display_t
428
struct  display_t
429
        x               dd ?
429
        x               dd ?
430
        y               dd ?
430
        y               dd ?
431
        width           dd ?
431
        width           dd ?
432
        height          dd ?
432
        height          dd ?
433
        bpp             dd ?
433
        bits_per_pixel  dd ?
-
 
434
        bytes_per_pixel dd ?
434
        vrefresh        dd ?
435
        vrefresh        dd ?
435
        pitch           dd ?
436
        pitch           dd ?
436
        lfb             dd ?
437
        lfb             dd ?
Line 437... Line 438...
437
 
438