VirtualBox

Changeset 23221 in vbox for trunk


Ignore:
Timestamp:
Sep 22, 2009 3:31:04 PM (15 years ago)
Author:
vboxsync
Message:

VBoxVideo: Logging.

Location:
trunk/src/VBox/Additions/WINNT/Graphics/Miniport
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.cpp

    r22994 r23221  
    6363    BOOLEAN bRC = FALSE;
    6464
    65     dprintf(("VBoxVideo::vboxQueryDisplayRequest: xres = %p, yres = %p bpp = %p\n", xres, yres, bpp));
     65    dprintf(("VBoxVideo::vboxQueryDisplayRequest: xres = 0x%p, yres = 0x%p bpp = 0x%p\n", xres, yres, bpp));
    6666
    6767    VMMDevDisplayChangeRequest *req = NULL;
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp

    r22549 r23221  
    553553     * the Additions service process. The mode table is guaranteed to have
    554554     * two spare entries for this mode (alternating index thus 2).
     555     *
     556     * ... or ...
     557     *
     558     * Also we check if we got an user-stored custom resolution in the adapter
     559     * registry key add it to the modes table.
    555560     */
    556561    uint32_t xres, yres, bpp = 0;
     
    580585                yres = DeviceExtension->CurrentModeHeight;
    581586            if (!bpp)
    582             {
    583587                bpp  = DeviceExtension->CurrentModeBPP;
    584             }
    585588        }
    586589
     
    13401343
    13411344   dprintf(("VBoxVideo: got stored custom resolution %dx%dx%d\n", gCustomXRes, gCustomYRes, gCustomBPP));
    1342 
    13431345   return TRUE;
    13441346}
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