VirtualBox

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


Ignore:
Timestamp:
Apr 30, 2008 3:37:03 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
30410
Message:

Partially reverted r30186 to keep old behaviour of Windows additions.

File:
1 edited

Legend:

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

    r8433 r8515  
    19221922    /** @todo read from the port to see if the mode switch was successful */
    19231923
    1924     /* Tell the host that we now support graphics in the additions */
    1925     VBoxVideoSetGraphicsCap(TRUE);
     1924    /* Tell the host that we now support graphics in the additions.
     1925     * @todo: Keep old behaviour, because VBoxVideoResetDevice is called on every graphics
     1926     *        mode switch and causes an OFF/ON sequence which is not handled by frontends
     1927     *        (for example Qt GUI debug build asserts when seamless is being enabled).
     1928     */
     1929    // VBoxVideoSetGraphicsCap(TRUE);
    19261930    return TRUE;
    19271931}
     
    19561960#endif
    19571961
    1958     /* Tell the host that we no longer support graphics in the additions */
    1959     VBoxVideoSetGraphicsCap(FALSE);
     1962    /* Tell the host that we no longer support graphics in the additions
     1963     * @todo: Keep old behaviour, see similar comment in VBoxVideoSetCurrentMode for details.
     1964     */
     1965    // VBoxVideoSetGraphicsCap(FALSE);
    19601966    return TRUE;
    19611967}
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