Changeset 99739 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- May 11, 2023 1:01:08 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 157315
- Location:
- trunk/src/VBox/Devices/Graphics
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
r99688 r99739 6400 6400 /** 6401 6401 * Compute the host capabilities: device and FIFO. 6402 * 6402 6403 * Depends on 3D backend initialization. 6403 6404 * 6404 * @returns VBox status code.6405 6405 * @param pThis The shared VGA/VMSVGA instance data. 6406 6406 * @param pThisCC The VGA/VMSVGA state for ring-3. … … 7090 7090 * Power On notification. 7091 7091 * 7092 * @returns VBox status code.7093 7092 * @param pDevIns The device instance data. 7094 7093 * -
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r99315 r99739 4068 4068 /** 4069 4069 * Show logo bitmap data. 4070 *4071 * @returns VBox status code.4072 4070 * 4073 4071 * @param cBits Logo depth.
Note:
See TracChangeset
for help on using the changeset viewer.