Changeset 68852 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Sep 25, 2017 1:01:11 PM (7 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DisplayImpl.h
r68850 r68852 402 402 /** Pointer to the associated display driver. */ 403 403 struct DRVMAINDISPLAY *mpDrv; 404 /** Pointer to the device instance for the VMM Device. */405 PPDMDEVINS mpVMMDev;406 /** Set after the first attempt to find the VMM Device. */407 bool mfVMMDevInited;408 404 409 405 unsigned mcMonitors; -
trunk/src/VBox/Main/include/KeyboardImpl.h
r62485 r68852 86 86 /** Pointer to the associated keyboard driver(s). */ 87 87 struct DRVMAINKEYBOARD *mpDrv[KEYBOARD_MAX_DEVICES]; 88 /** Pointer to the device instance for the VMM Device. */89 PPDMDEVINS mpVMMDev;90 /** Set after the first attempt to find the VMM Device. */91 bool mfVMMDevInited;92 88 93 89 /* The current guest keyboard LED status. */
Note:
See TracChangeset
for help on using the changeset viewer.