VirtualBox

Ignore:
Timestamp:
Jan 23, 2009 12:29:06 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
41964
Message:

handleDisplayResize: corrected the return code (xTracker #3489).

File:
1 edited

Legend:

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

    r16185 r16196  
    302302         * and the guest has reprogrammed the virtual VGA devices again so a new resize is required.
    303303         *
    304          * Save the resize information and return.
     304         * Save the resize information and return the pending status code.
    305305         *
    306306         * Note: the resize information is only accessed on EMT so no serialization is required.
     
    316316        maFramebuffers[uScreenId].pendingResize.h           = h;
    317317       
    318         return VINF_SUCCESS;
     318        return VINF_VGA_RESIZE_IN_PROGRESS;
    319319    }
    320320
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