VirtualBox

Ignore:
Timestamp:
Jan 31, 2007 9:52:32 PM (18 years ago)
Author:
vboxsync
Message:

several small fixes merged from upstream

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.h

    r1 r473  
    5656
    5757#ifdef VBOX
    58 #define VBE_DISPI_MAX_BPP               32
    59 #endif
    60 
    61 #ifdef VBOX
    6258#define VBE_DISPI_MAX_XRES              16384
    6359#define VBE_DISPI_MAX_YRES              16384
    6460#else
    65 #define VBE_DISPI_MAX_XRES              1024
    66 #define VBE_DISPI_MAX_YRES              768
    67 #endif
     61#define VBE_DISPI_MAX_XRES              1600
     62#define VBE_DISPI_MAX_YRES              1200
     63#endif
     64#define VBE_DISPI_MAX_BPP               32
    6865
    6966#define VBE_DISPI_INDEX_ID              0x0
     
    8582#define VBE_DISPI_DISABLED              0x00
    8683#define VBE_DISPI_ENABLED               0x01
    87 #ifdef VBOX
    8884#define VBE_DISPI_GETCAPS               0x02
    8985#define VBE_DISPI_8BIT_DAC              0x20
    90 #endif
    9186#define VBE_DISPI_LFB_ENABLED           0x40
    9287#define VBE_DISPI_NOCLEARMEM            0x80
     
    141136    void (*get_offsets)(struct VGAState *s,                             \
    142137                        uint32_t *pline_offset,                         \
    143                         uint32_t *pstart_addr);                         \
     138                        uint32_t *pstart_addr,                          \
     139                        uint32_t *pline_compare);                       \
    144140    void (*get_resolution)(struct VGAState *s,                          \
    145141                        int *pwidth,                                    \
     
    175171struct VGAState;
    176172typedef int FNGETBPP(struct VGAState *s);
    177 typedef void FNGETOFFSETS(struct VGAState *s, uint32_t *pline_offset, uint32_t *pstart_addr);
     173typedef void FNGETOFFSETS(struct VGAState *s, uint32_t *pline_offset, uint32_t *pstart_addr, uint32_t *pline_compare);
    178174typedef void FNGETRESOLUTION(struct VGAState *s, int *pwidth, int *pheight);
    179175typedef unsigned int FNRGBTOPIXEL(unsigned int r, unsigned int g, unsigned b);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette