Changeset 99739 in vbox for trunk/src/VBox/Debugger/DBGCScreenAscii.cpp
- Timestamp:
- May 11, 2023 1:01:08 AM (22 months ago)
- svn:sync-xref-src-repo-rev:
- 157315
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGCScreenAscii.cpp
r98103 r99739 229 229 * Destroys a given ASCII screen. 230 230 * 231 * @returns nothing.232 231 * @param hScreen The screen handle. 233 232 */ … … 355 354 * Draws a vertical line at the given coordinates. 356 355 * 357 * @returns nothing.356 * @returns VBox status code. 358 357 * @param hScreen The screen handle. 359 358 * @param uX X position to draw.
Note:
See TracChangeset
for help on using the changeset viewer.