Changeset 106502 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Oct 19, 2024 3:15:26 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp
r106468 r106502 1407 1407 case WM_DISPLAYCHANGE: 1408 1408 ASMAtomicUoWriteU32(&g_fGuestDisplaysChanged, 1); 1409 // No break or return is intentional here.1409 RT_FALL_THROUGH(); 1410 1410 case WM_VBOX_SEAMLESS_UPDATE: 1411 1411 {
Note:
See TracChangeset
for help on using the changeset viewer.