VirtualBox

Changeset 53782 in vbox


Ignore:
Timestamp:
Jan 13, 2015 12:30:01 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97589
Message:

nits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r53543 r53782  
    113113#ifdef IN_RING3
    114114# include <iprt/cdefs.h>
    115 # include <iprt/alloc.h>
     115# include <iprt/mem.h>
    116116# include <iprt/ctype.h>
    117117#endif /* IN_RING3 */
     
    20362036
    20372037#if 0 //def VBOX_WITH_VDMA
    2038     /* @todo: we get a second resize here when VBVA is on, while we actually should not */
     2038    /** @todo: we get a second resize here when VBVA is on, while we actually should not */
    20392039    /* do not do pfnResize in case VBVA is on since all mode changes are performed over VBVA
    20402040     * we are checking for VDMA state here to ensure this code works only for WDDM driver,
     
    20992099        return VINF_SUCCESS;
    21002100    }
    2101     /* @todo might crash if a blit follows a resolution change very quickly (seen this many times!) */
     2101    /** @todo might crash if a blit follows a resolution change very quickly (seen this many times!) */
    21022102
    21032103    if (    s->svga.uWidth  == VMSVGA_VAL_UNINITIALIZED
Note: See TracChangeset for help on using the changeset viewer.

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