VirtualBox

Changeset 8434 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Apr 28, 2008 5:32:07 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
30287
Message:

Backed out r30212 (not needed).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxService/VBoxDisplay.cpp

    r8408 r8434  
    260260    }
    261261   
    262     /* Width, height or BPP equal to 0 means that this value must be not changed.
     262    /* Width, height equal to 0 means that this value must be not changed.
    263263     * Update input parameters if necessary.
     264     * Note: BitsPerPixel is taken into account later, when new rectangles
     265     *       are assigned to displays.
    264266     */
    265267    if (Width == 0)
     
    271273    {
    272274        Height = paRects[Id].bottom - paRects[Id].top;
    273     }
    274 
    275     if (BitsPerPixel == 0)
    276     {
    277         BitsPerPixel = paDeviceModes[Id].dmBitsPerPel;
    278         dprintf(("VBoxDisplay: bpp=0 => bpp=%d\n", BitsPerPixel));
    279275    }
    280276
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