VirtualBox

Ignore:
Timestamp:
Mar 18, 2015 3:08:46 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99036
Message:

Frontend,SharedOpenGL: 3D notification without safearray.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/display_window.cpp

    r53262 r54834  
    322322    if (mFlags.fNeVisible != fVisible || mFlags.fNeForce)
    323323    {
    324         crVBoxServerNotifyEvent(mu32Screen, VBOX3D_NOTIFY_EVENT_TYPE_VISIBLE_3DDATA, &fVisible, sizeof(fVisible));
     324        crVBoxServerNotifyEvent(mu32Screen,
     325                                fVisible? VBOX3D_NOTIFY_EVENT_TYPE_3DDATA_VISIBLE:
     326                                          VBOX3D_NOTIFY_EVENT_TYPE_3DDATA_HIDDEN,
     327                                NULL, 0);
    325328        mFlags.fNeVisible = fVisible;
    326329        mFlags.fNeForce = 0;
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