VirtualBox

Changeset 35881 in vbox


Ignore:
Timestamp:
Feb 7, 2011 10:19:31 PM (14 years ago)
Author:
vboxsync
Message:

Additions/x11/vboxvideo: clean up unneeded symbols

Location:
trunk/src/VBox/Additions/x11/vboxvideo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/vboxvideo/undefined

    r35784 r35881  
    1919VBEGetVBEMode
    2020VBESaveRestore
    21 VBESetDisplayStart
    22 VBESetGetPaletteData
    2321VBESetVBEMode
    2422XNFcalloc
     
    9290open
    9391open64
    94 pciFindFirst
    95 pciReadLong
    9692pciTag
    9793pci_device_map_range
    98 pci_device_next
    99 pci_device_probe
    10094pci_device_unmap_range
    101 pci_id_match_iterator_create
    102 pci_iterator_destroy
    10395posix_memalign
    10496pthread_sigmask
     
    136128vgaHWGetHWRec
    137129vgaHWGetIndex
    138 vgaHWHandleColormaps
    139130vgaHWMapMem
    140131vgaHWRestoreFonts
     
    143134write
    144135xf86AddDriver
    145 xf86CVTMode
    146 xf86CheckModeForMonitor
    147 xf86CollectOptions
    148136xf86ConfigPciEntity
    149137xf86CreateCursorInfoRec
    150138xf86CrtcConfigInit
    151 xf86CrtcConfigPrivateIndex
    152139xf86CrtcCreate
    153140xf86CrtcScreenInit
     
    156143xf86DPMSSet
    157144xf86DestroyCursorInfoRec
    158 xf86DiDGAInit
    159145xf86DrvMsg
    160146xf86GetEntityInfo
     
    169155xf86LoaderCheckSymbol
    170156xf86LoaderReqSymLists
    171 xf86MapDomainMemory
    172157xf86MapPciMem
    173158xf86MatchDevice
     
    180165xf86PrintDepthBpp
    181166xf86PrintModes
    182 xf86ProcessOptions
    183167xf86SaveScreen
    184168xf86Screens
     
    195179xf86SetWeight
    196180xf86ShowUnusedOptions
    197 xf86SlowBcopy
    198181xf86UnMapVidMem
    199182xf86errno
    200183xf86isspace
    201 xf86sprintf
    202 xf86snprintf
    203184xf86strtoul
  • trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.c

    r35849 r35881  
    199199
    200200static const char *shadowfbSymbols[] = {
    201   "ShadowFBInit2",
    202   NULL
     201    "ShadowFBInit2",
     202    NULL
    203203};
    204204
    205205static const char *vbeSymbols[] = {
    206206    "VBEExtendedInit",
    207     "VBEFindSupportedDepths",
    208     "VBEGetModeInfo",
    209     "VBEGetVBEInfo",
    210207    "VBEGetVBEMode",
    211     "VBEPrintModes",
    212208    "VBESaveRestore",
    213     "VBESetDisplayStart",
    214     "VBESetGetDACPaletteFormat",
    215     "VBESetGetLogicalScanlineLength",
    216     "VBESetGetPaletteData",
    217     "VBESetModeNames",
    218     "VBESetModeParameters",
    219209    "VBESetVBEMode",
    220     "VBEValidateModes",
    221     "vbeDoEDID",
    222     "vbeFree",
    223210    NULL
    224211};
     
    232219static const char *vgahwSymbols[] = {
    233220    "vgaHWGetHWRec",
    234     "vgaHWHandleColormaps",
     221    "vgaHWGetIndex",
    235222    "vgaHWFreeHWRec",
    236223    "vgaHWMapMem",
     
    238225    "vgaHWSaveFonts",
    239226    "vgaHWRestoreFonts",
    240     "vgaHWGetIndex",
    241     "vgaHWSaveScreen",
    242     "vgaHWDPMSSet",
    243227    NULL
    244228};
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