VirtualBox

Changeset 66330 in vbox for trunk


Ignore:
Timestamp:
Mar 29, 2017 11:22:56 AM (8 years ago)
Author:
vboxsync
Message:

Main: doxygen fix for the new guest resizing code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r66328 r66330  
    889889}
    890890
     891#ifndef NEW_RESIZE
    891892/**
    892893 *  Handles display resize event.
     
    902903 * @thread EMT
    903904 */
    904 #ifndef NEW_RESIZE
    905905int Display::i_handleDisplayResize(unsigned uScreenId, uint32_t bpp, void *pvVRAM,
    906906                                   uint32_t cbLine, uint32_t w, uint32_t h, uint16_t flags)
    907907#else
     908/**
     909 *  Handles display resize event.
     910 *
     911 * @param uScreenId Screen ID
     912 * @param bpp       New bits per pixel.
     913 * @param pvVRAM    VRAM pointer.
     914 * @param cbLine    New bytes per line.
     915 * @param w         New display width.
     916 * @param h         New display height.
     917 * @param flags     Flags of the new video mode.
     918 * @param xOrigin   New display origin X.
     919 * @param yOrigin   New display origin Y.
     920 * @param fVGAResize Whether the resize is originated from the VGA device (DevVGA).
     921 */
    908922int Display::i_handleDisplayResize(unsigned uScreenId, uint32_t bpp, void *pvVRAM,
    909923                                   uint32_t cbLine, uint32_t w, uint32_t h, uint16_t flags,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette