Subversion Repositories Kolibri OS

Rev

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

Rev 5343 Rev 5351
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: 5343 $
8
$Revision: 5351 $
9
 
9
 
10
 
10
 
Line 423... Line 423...
423
        size            dd ?   ;mapped size
423
        size            dd ?   ;mapped size
424
        refcount        dd ?   ;reference counter for this process and this lib
424
        refcount        dd ?   ;reference counter for this process and this lib
425
        parent          dd ?   ;DLLDESCR
425
        parent          dd ?   ;DLLDESCR
426
ends
426
ends
Line 427... Line -...
427
 
-
 
428
struct  display_t
-
 
429
        x               dd ?
-
 
430
        y               dd ?
-
 
431
        width           dd ?
-
 
432
        height          dd ?
-
 
433
        bits_per_pixel  dd ?
-
 
434
        vrefresh        dd ?
-
 
435
        pitch           dd ?
-
 
436
        lfb             dd ?
-
 
437
 
-
 
438
        modes           dd ?
-
 
439
        ddev            dd ?
-
 
440
        connector       dd ?
-
 
441
        crtc            dd ?
-
 
442
 
-
 
443
        cr_list.next    dd ?
-
 
444
        cr_list.prev    dd ?
-
 
445
 
-
 
446
        cursor          dd ?
-
 
447
 
-
 
448
        init_cursor     dd ?
-
 
449
        select_cursor   dd ?
-
 
450
        show_cursor     dd ?
-
 
451
        move_cursor     dd ?
-
 
452
        restore_cursor  dd ?
-
 
453
        disable_mouse   dd ?
-
 
454
        mask_seqno      dd ?
-
 
455
        check_mouse     dd ?
-
 
456
        check_m_pixel   dd ?
-
 
457
 
-
 
458
        bytes_per_pixel dd ?
-
 
Line 459... Line 427...
459
ends
427
 
460
 
428
 
461
struct  BOOT_DATA
429
struct  BOOT_DATA
462
        bpp             dd ?
430
        bpp             dd ?
Line 504... Line 472...
504
struct  RWSEM
472
struct  RWSEM
505
        wait_list       LHEAD
473
        wait_list       LHEAD
506
        count           dd ?
474
        count           dd ?
507
ends
475
ends
Line -... Line 476...
-
 
476
 
-
 
477
struct  display_t
-
 
478
        x               dd ?
-
 
479
        y               dd ?
-
 
480
        width           dd ?
-
 
481
        height          dd ?
-
 
482
        bits_per_pixel  dd ?
-
 
483
        vrefresh        dd ?
-
 
484
        lfb             dd ?
-
 
485
        lfb_pitch       dd ?
-
 
486
 
-
 
487
        win_map_lock    RWSEM
-
 
488
        win_map         dd ?
-
 
489
        win_map_pitch   dd ?
-
 
490
        win_map_size    dd ?
-
 
491
 
-
 
492
        modes           dd ?
-
 
493
        ddev            dd ?
-
 
494
        connector       dd ?
-
 
495
        crtc            dd ?
-
 
496
 
-
 
497
        cr_list.next    dd ?
-
 
498
        cr_list.prev    dd ?
-
 
499
 
-
 
500
        cursor          dd ?
-
 
501
 
-
 
502
        init_cursor     dd ?
-
 
503
        select_cursor   dd ?
-
 
504
        show_cursor     dd ?
-
 
505
        move_cursor     dd ?
-
 
506
        restore_cursor  dd ?
-
 
507
        disable_mouse   dd ?
-
 
508
        mask_seqno      dd ?
-
 
509
        check_mouse     dd ?
-
 
510
        check_m_pixel   dd ?
-
 
511
 
-
 
512
        bytes_per_pixel dd ?
-
 
513
ends
-
 
514
 
508
 
515
 
509
struct  PCIDEV
516
struct  PCIDEV
510
        bk              dd ?
517
        bk              dd ?
511
        fd              dd ?
518
        fd              dd ?
512
        vendor_device_id dd ?
519
        vendor_device_id dd ?