VirtualBox

Ignore:
Timestamp:
Mar 2, 2010 11:30:00 PM (15 years ago)
Author:
vboxsync
Message:

FE/BFE: more clean-up to reduce the difference between MouseImpl.cpp in Main and VBoxBFE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp

    r26835 r26980  
    7979#include "MouseImpl.h"
    8080#include "KeyboardImpl.h"
    81 #include "VMMDevInterface.h"
     81#include "VMMDev.h"
    8282#include "StatusImpl.h"
    8383#include "Framebuffer.h"
     
    127127PVM                gpVM             = NULL;
    128128Mouse             *gMouse           = NULL;
    129 VMDisplay         *gDisplay         = NULL;
     129Display         *gDisplay         = NULL;
    130130Keyboard          *gKeyboard        = NULL;
    131131VMMDev            *gVMMDev          = NULL;
     
    793793        goto leave;
    794794    gVMMDev = new VMMDev();
    795     gDisplay = new VMDisplay();
     795    gDisplay = new Display();
    796796#if defined(USE_SDL)
    797797    /* First console, then framebuffer!! */
     
    13341334        return rc;
    13351335
    1336     rc = pCallbacks->pfnRegister(pCallbacks, &VMDisplay::DrvReg);
     1336    rc = pCallbacks->pfnRegister(pCallbacks, &Display::DrvReg);
    13371337    AssertRC(rc);
    13381338    if (RT_FAILURE(rc))
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