Subversion Repositories Kolibri OS

Rev

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

Rev 5154 Rev 5157
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2014. 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: 5154 $
8
$Revision: 5157 $
9
 
9
 
10
 
10
 
Line 429... Line 429...
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
        bits_per_pixel  dd ?
433
        bits_per_pixel  dd ?
434
        bytes_per_pixel dd ?
-
 
435
        vrefresh        dd ?
434
        vrefresh        dd ?
436
        pitch           dd ?
435
        pitch           dd ?
437
        lfb             dd ?
436
        lfb             dd ?
Line 438... Line 437...
438
 
437
 
Line 453... Line 452...
453
        restore_cursor  dd ?
452
        restore_cursor  dd ?
454
        disable_mouse   dd ?
453
        disable_mouse   dd ?
455
        mask_seqno      dd ?
454
        mask_seqno      dd ?
456
        check_mouse     dd ?
455
        check_mouse     dd ?
457
        check_m_pixel   dd ?
456
        check_m_pixel   dd ?
-
 
457
 
-
 
458
        bytes_per_pixel dd ?
458
ends
459
ends
Line 459... Line 460...
459
 
460
 
460
struct  BOOT_DATA
461
struct  BOOT_DATA
461
        bpp             dd ?
462
        bpp             dd ?