VirtualBox

Changeset 56322 in vbox


Ignore:
Timestamp:
Jun 9, 2015 10:57:57 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100909
Message:

whitespace

Location:
trunk/src/VBox/Additions
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp

    r56294 r56322  
    604604
    605605
    606 /** 
     606/**
    607607 * Report the guest cursor position.  The host may wish to use this information
    608608 * to re-position its own cursor (though this is currently unlikely).  The
  • trunk/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp

    r56294 r56322  
    284284 *  expressed.  This information remains valid until the next VBVA resize event
    285285 *  for any screen, at which time it is reset to the bounding rectangle of all
    286  *  virtual screens. 
     286 *  virtual screens.
    287287 * @param  pCtx      The context containing the heap to use.
    288288 * @param  cOriginX  Upper left X co-ordinate relative to the first screen.
  • trunk/src/VBox/Additions/x11/VBoxClient/display.cpp

    r56211 r56322  
    222222
    223223    rc = VbglR3GetMouseStatus(&fFeatures, NULL, NULL);
    224    
     224
    225225    if (rc != VINF_SUCCESS)
    226226        VBClFatalError(("Failed to get mouse status, rc=%Rrc\n", rc));
  • trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp

    r55997 r56322  
    948948            else
    949949            {
    950                 LogFlowThisFunc(("Refusing unknown command of wnd=%#x ('%s')\n", e.xselectionrequest.requestor, 
     950                LogFlowThisFunc(("Refusing unknown command of wnd=%#x ('%s')\n", e.xselectionrequest.requestor,
    951951                                 propName.value ? (const char *)propName.value : "<No name>"));
    952952
Note: See TracChangeset for help on using the changeset viewer.

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