VirtualBox

Ignore:
Timestamp:
Nov 26, 2010 4:30:44 PM (14 years ago)
Author:
vboxsync
Message:

Devices/Graphics, Additions: move the VBE I/O port-related definitions into a single shared header file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.h

    r33460 r34399  
    9494#define BOOL_STR(a) ((a) ? "TRUE" : "FALSE")
    9595
     96#include <VBox/Hardware/VBoxVideoVBE.h>
    9697#include <VBox/VMMDev.h>
    9798
     
    124125/* ShadowFB support */
    125126#include "shadowfb.h"
    126 
    127 /* VBox video related defines */
    128 
    129 #define VBE_DISPI_IOPORT_INDEX          0x01CE
    130 #define VBE_DISPI_IOPORT_DATA           0x01CF
    131 #define VBE_DISPI_INDEX_ID              0x0
    132 #define VBE_DISPI_INDEX_XRES            0x1
    133 #define VBE_DISPI_INDEX_YRES            0x2
    134 #define VBE_DISPI_INDEX_BPP             0x3
    135 #define VBE_DISPI_INDEX_ENABLE          0x4
    136 #define VBE_DISPI_INDEX_VIRT_WIDTH      0x6
    137 #define VBE_DISPI_INDEX_VIRT_HEIGHT     0x7
    138 #define VBE_DISPI_ID2                   0xB0C2
    139 #define VBE_DISPI_ID_ANYX               0xBE02
    140 #define VBE_DISPI_DISABLED              0x00
    141 #define VBE_DISPI_ENABLED               0x01
    142 #define VBE_DISPI_LFB_ENABLED           0x40
    143127
    144128/* Dga definitions */
     
    262246extern void VBOXDRICloseScreen(ScreenPtr pScreen, VBOXPtr pVBox);
    263247
     248/* Xinerama stuff */
     249#define VBOXRAMA_MAJOR_VERSION 1
     250#define VBOXRAMA_MINOR_VERSION 0
     251
    264252#endif /* _VBOXVIDEO_H_ */
    265253
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