VirtualBox

Changeset 53888 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Jan 21, 2015 6:20:11 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97728
Message:

Host 3D scaling: src-client: fix GUI notification about result of setting scale factor in context of crService thread.

File:
1 edited

Legend:

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

    r53851 r53888  
    34343434                    pCtl->aParms[0].u.pointer.size = sizeof(*pData);
    34353435
    3436                     rc = i_crCtlSubmit(&pCtl->Hdr, sizeof(*pCtl), i_displayCrCmdFree, pCtl);
     3436                    rc = i_crCtlSubmitSync(&pCtl->Hdr, sizeof(*pCtl));
    34373437                    if (RT_FAILURE(rc))
    3438                     {
    3439                         AssertMsgFailed(("crCtlSubmit failed (rc=%Rrc)\n", rc));
    3440                         RTMemFree(pCtl);
    3441                     }
     3438                        AssertMsgFailed(("crCtlSubmitSync failed (rc=%Rrc)\n", rc));
    34423439                    else
    34433440                        hr = S_OK;
     3441
     3442                    RTMemFree(pCtl);
    34443443                }
    34453444                else
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