VirtualBox

Ignore:
Timestamp:
Jul 6, 2021 10:27:20 AM (4 years ago)
Author:
vboxsync
Message:

SharedClipboard/win: Only call DefWindowProc for messages we don't handle as suggested in ticketref:19165. bugref:9998

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-win.cpp

    r86890 r90050  
    415415
    416416        default:
     417            lresultRc = DefWindowProc(hWnd, uMsg, wParam, lParam);
    417418            break;
    418419    }
    419420
    420     LogFlowFunc(("LEAVE hWnd=%p, WM_ %u\n", hWnd, uMsg));
    421     return DefWindowProc(hWnd, uMsg, wParam, lParam);
     421    LogFlowFunc(("LEAVE hWnd=%p, WM_ %u -> %#zx\n", hWnd, uMsg, lresultRc));
     422    return lresultRc;
    422423}
    423424
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