VirtualBox

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

Additions: scm

Location:
trunk/src/VBox/Additions/WINNT/VBoxTray
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 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));
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