VirtualBox

Changeset 10760 in vbox


Ignore:
Timestamp:
Jul 18, 2008 9:22:37 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
33515
Message:

Fixed a bunch of changeFramebuffer invocations on EMT (VMR3ReqCall) that has had the wrong parameter count since r22071 (multi monitor support). Showed up now with Qt4 on the mac, hitting some assertion on the screen id at line 1907.

File:
1 edited

Legend:

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

    r8155 r10760  
    13351335        PVMREQ pReq = NULL;
    13361336        int vrc = VMR3ReqCall (pVM, &pReq, RT_INDEFINITE_WAIT,
    1337                                (PFNRT) changeFramebuffer, 3,
     1337                               (PFNRT) changeFramebuffer, 4,
    13381338                               this, static_cast <IFramebuffer *> (frameBuf),
    13391339                               true /* aInternal */, VBOX_VIDEO_PRIMARY_SCREEN);
     
    14161416        PVMREQ pReq = NULL;
    14171417        int vrc = VMR3ReqCall (pVM, &pReq, RT_INDEFINITE_WAIT,
    1418                                (PFNRT) changeFramebuffer, 3,
     1418                               (PFNRT) changeFramebuffer, 4,
    14191419                               this, frameBuf, false /* aInternal */, VBOX_VIDEO_PRIMARY_SCREEN);
    14201420        if (VBOX_SUCCESS (vrc))
     
    14551455        PVMREQ pReq = NULL;
    14561456        int vrc = VMR3ReqCall (pVM, &pReq, RT_INDEFINITE_WAIT,
    1457                                (PFNRT) changeFramebuffer, 3,
     1457                               (PFNRT) changeFramebuffer, 4,
    14581458                               this, aFramebuffer, false /* aInternal */, aScreenId);
    14591459        if (VBOX_SUCCESS (vrc))
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