Changeset 96449 in vbox for trunk/src/VBox/Additions/WINNT/VBoxTray
- Timestamp:
- Aug 23, 2022 11:55:38 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 153293
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp
r96407 r96449 66 66 67 67 68 static void VBoxGrapicsSetSupported(BOOL fSupported);69 70 71 68 /********************************************************************************************************************************* 72 69 * Internal Functions * 73 70 *********************************************************************************************************************************/ 71 static void VBoxGrapicsSetSupported(BOOL fSupported); 74 72 static int vboxTrayCreateTrayIcon(void); 75 73 static LRESULT CALLBACK vboxToolWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
Note:
See TracChangeset
for help on using the changeset viewer.