Changeset 99526 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Apr 25, 2023 1:22:08 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r99479 r99526 502 502 case KMachineState_TeleportingIn: 503 503 { 504 /* The keyboard handler may wish to do some release logging on startup. 505 * Tell it that the logger is now active. */ 506 doXKeyboardLogging(NativeWindowSubsystem::X11GetDisplay()); 504 if (uiCommon().X11ServerAvailable()) 505 { 506 /* The keyboard handler may wish to do some release logging on startup. 507 * Tell it that the logger is now active. */ 508 doXKeyboardLogging(NativeWindowSubsystem::X11GetDisplay()); 509 } 507 510 break; 508 511 }
Note:
See TracChangeset
for help on using the changeset viewer.