VirtualBox

Changeset 53804 in vbox for trunk/src/VBox/HostServices


Ignore:
Timestamp:
Jan 14, 2015 2:01:45 PM (10 years ago)
Author:
vboxsync
Message:

3D: naming: crServerHasMinimalCaps() -> crServerHasInsufficientCaps().

File:
1 edited

Legend:

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

    r53802 r53804  
    6565 * returned in this case. Later this check should be expanded to the
    6666 * rest of hosts. */
    67 static bool crServerHasMinimalCaps()
     67static bool crServerHasInsufficientCaps()
    6868{
    6969    const char *sRealRender;
     
    178178    }
    179179
    180     if (crServerHasMinimalCaps())
     180    if (crServerHasInsufficientCaps())
    181181    {
    182182        crDebug("Cfg: report minimal OpenGL capabilities");
     
    336336    }
    337337
    338     if (crServerHasMinimalCaps())
     338    if (crServerHasInsufficientCaps())
    339339    {
    340340        crDebug("Cfg: report minimal OpenGL capabilities");
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