VirtualBox

Changeset 48798 in vbox for trunk


Ignore:
Timestamp:
Oct 1, 2013 2:54:28 PM (11 years ago)
Author:
vboxsync
Message:

crOpenGL: notify VISIBLE_3DDATA event on remap

Location:
trunk/src/VBox/HostServices/SharedOpenGL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp

    r47599 r48798  
    10201020                    crServerVBoxCompositionSetEnableStateGlobal(GL_FALSE);
    10211021
     1022                    g_pConsole = pConsole;
     1023
    10221024                    rc = crVBoxServerSetScreenCount(monitorCount);
    10231025                    AssertRCReturn(rc, rc);
     
    10421044                        }
    10431045                    }
    1044 
    1045                     g_pConsole = pConsole;
    10461046
    10471047                    crServerVBoxCompositionSetEnableStateGlobal(GL_TRUE);
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c

    r48793 r48798  
    27382738    crHashtableWalk(cr_server.muralTable, crVBoxServerCheckMuralCB, NULL);
    27392739
     2740/*    crVBoxServerNotifyEvent(sIndex, VBOX3D_NOTIFY_EVENT_TYPE_VISIBLE_3DDATA, NULL); */
     2741
    27402742    return VINF_SUCCESS;
    27412743}
     
    28062808            CrDpReparent(pDisplay, &SCREEN(sIndex));
    28072809    }
     2810
     2811    crVBoxServerNotifyEvent(sIndex, VBOX3D_NOTIFY_EVENT_TYPE_VISIBLE_3DDATA,
     2812            cr_server.aWinVisibilityInfos[sIndex].cVisibleWindows ? (void*)1 : NULL);
    28082813
    28092814    return VINF_SUCCESS;
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