VirtualBox

Changeset 62470 in vbox for trunk


Ignore:
Timestamp:
Jul 22, 2016 6:02:56 PM (8 years ago)
Author:
vboxsync
Message:

Additions: scm

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVidPn.cpp

    r61548 r62470  
    887887        return Status;
    888888    }
    889    
     889
    890890    Status = vboxVidPnCheckMonitorModes(pDevExt, VidPnTargetId, &aModes[VidPnTargetId]);
    891891
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.cpp

    r61908 r62470  
    531531            /* Announce available formats. Do not insert data, they will be inserted in WM_RENDER*. */
    532532            uint32_t u32Formats = (uint32_t)lParam;
    533            
     533
    534534            int vboxrc = vboxOpenClipboard(hwnd);
    535535            if (RT_SUCCESS(vboxrc))
     
    664664            if (pCtx->timerRefresh)
    665665                KillTimer(pCtx->hwnd, 0);
    666             /* 
     666            /*
    667667             * don't need to call PostQuitMessage cause
    668              * the VBoxTray already finished a message loop 
     668             * the VBoxTray already finished a message loop
    669669             */
    670670        } break;
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.cpp

    r62415 r62470  
    10681068            WM_USER /* UINT wMsgFilterMax */,
    10691069            PM_NOREMOVE);
    1070    
    1071     /* 
     1070
     1071    /*
    10721072    * Send signal that message queue is ready.
    10731073    * From this moment only the thread is ready to receive messages.
     
    11111111            break;
    11121112        }
    1113        
     1113
    11141114        switch (Msg.message)
    11151115        {
     
    14511451/*  The pfnD3DKMTInvalidateActiveVidPn was deprecated since Win7 and causes deadlocks since Win10 TH2.
    14521452    Instead, the VidPn Manager can replace an old VidPn as soon as SetDisplayConfig or ChangeDisplaySettingsEx will try to set a new display mode.
    1453     On Vista D3DKMTInvalidateActiveVidPn is still required. TBD: Get rid of it. */ 
     1453    On Vista D3DKMTInvalidateActiveVidPn is still required. TBD: Get rid of it. */
    14541454    if (Op.pIf->enmMode < VBOXDISPIF_MODE_WDDM_W7)
    14551455    {
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.cpp

    r62406 r62470  
    239239    rectVisible = rectWindow;
    240240
    241     /* Filter out Windows XP shadow windows 
     241    /* Filter out Windows XP shadow windows
    242242    /** @todo still shows inside the guest */
    243243    if ( szWindowText[0] == 0 &&
     
    258258    if (strcmp(szWindowText, "Program Manager") && strcmp(szWindowClass, "ApplicationFrameWindow"))
    259259    {
    260         Log(("VBoxTray: Enum hwnd=%x rect (%d,%d)-(%d,%d) [%d x %d](applying)\n", hwnd, 
     260        Log(("VBoxTray: Enum hwnd=%x rect (%d,%d)-(%d,%d) [%d x %d](applying)\n", hwnd,
    261261            rectWindow.left, rectWindow.top, rectWindow.right, rectWindow.bottom,
    262262            rectWindow.left - rectWindow.right, rectWindow.bottom - rectWindow.top));
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDragAndDrop.cpp

    r60979 r62470  
    5252#include "VBGLR3Internal.h"
    5353
     54
    5455/*********************************************************************************************************************************
    55 *    Forward declarations                                                                                                        *
     56*   Forward declarations                                                                                                         *
    5657*********************************************************************************************************************************/
    5758
    5859VBGLR3DECL(int) VbglR3DnDHGSendProgress(PVBGLR3GUESTDNDCMDCTX pCtx, uint32_t uStatus, uint8_t uPercent, int rcErr);
    5960
     61
    6062/*********************************************************************************************************************************
    61 *    Private internal functions                                                                                                  *
     63*   Private internal functions                                                                                                   *
    6264*********************************************************************************************************************************/
    6365
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibHGCM.cpp

    r59012 r62470  
    2525 * terms and conditions of either the GPL or the CDDL or both.
    2626 */
     27
    2728
    2829/*********************************************************************************************************************************
  • trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp

    r60622 r62470  
    4848 * stupid.  That will hopefully be cleaned up eventually.
    4949 */
     50
    5051
    5152/*********************************************************************************************************************************
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceCpuHotPlug.cpp

    r60374 r62470  
    2727 * Currently only supported for linux guests.
    2828 */
     29
    2930
    3031/*********************************************************************************************************************************
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceStats.cpp

    r62097 r62470  
    2424 * gets registered by Machine::i_registerMetrics in Main.
    2525 */
     26
    2627
    2728/*********************************************************************************************************************************
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp

    r61093 r62470  
    4949
    5050using namespace guestControl;
     51
    5152
    5253/*********************************************************************************************************************************
  • trunk/src/VBox/Additions/linux/drm/vbox_drv.h

    r61596 r62470  
    287287    int ret;
    288288
    289 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 7, 0) 
     289#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 7, 0)
    290290    ret = ttm_bo_reserve(&bo->bo, true, no_wait, NULL);
    291291#else
  • trunk/src/VBox/Additions/linux/drm/vbox_irq.c

    r60352 r62470  
    8686
    8787/**
    88  * Query the host for 
     88 * Query the host for
    8989 */
    9090static void vbox_update_mode_hints(struct vbox_private *vbox)
  • trunk/src/VBox/Additions/x11/VBoxClient/display.cpp

    r60604 r62470  
    7979    unsigned long cAfter = 0;
    8080    unsigned char *pData = 0;
    81    
     81
    8282    if (XGetWindowProperty(pState->pDisplay, DefaultRootWindow(pState->pDisplay),
    8383                           XInternAtom(pState->pDisplay, pszName, 0), 0, cItems,
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