VirtualBox

Ignore:
Timestamp:
Aug 23, 2011 4:26:21 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
73623
Message:

crOpenGL: fix incorrect rendering when switching to/from fullscreen with enabled 2d accel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c

    r37613 r38505  
    11571157DECLEXPORT(int32_t) crVBoxServerUnmapScreen(int sIndex)
    11581158{
     1159    crDebug("crVBoxServerUnmapScreen(%i)", sIndex);
     1160
    11591161    if (sIndex<0 || sIndex>=cr_server.screenCount)
    11601162        return VERR_INVALID_PARAMETER;
     
    11741176DECLEXPORT(int32_t) crVBoxServerMapScreen(int sIndex, int32_t x, int32_t y, uint32_t w, uint32_t h, uint64_t winID)
    11751177{
    1176     crDebug("crVBoxServerMapScreen(%i) [%i,%i:%u,%u]", sIndex, x, y, w, h);
     1178    crDebug("crVBoxServerMapScreen(%i) [%i,%i:%u,%u %x]", sIndex, x, y, w, h, winID);
    11771179
    11781180    if (sIndex<0 || sIndex>=cr_server.screenCount)
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