VirtualBox

Ignore:
Timestamp:
Jul 2, 2015 8:58:34 PM (10 years ago)
Author:
vboxsync
Message:

Logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp

    r56671 r56760  
    29432943    m_pDisplay = XOpenDisplay(NULL);
    29442944    if (!m_pDisplay)
    2945         /** @todo Correct errors. */
     2945    {
     2946        VBClFatalError(("DnD: Unable to connect to X server -- running in a terminal session?\n"));
    29462947        return VERR_NOT_FOUND;
     2948    }
    29472949
    29482950    xHelpers *pHelpers = xHelpers::getInstance(m_pDisplay);
     
    31803182    return &pService->pInterface;
    31813183}
    3182 
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