Changeset 53804 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Jan 14, 2015 2:01:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_config.c
r53802 r53804 65 65 * returned in this case. Later this check should be expanded to the 66 66 * rest of hosts. */ 67 static bool crServerHas MinimalCaps()67 static bool crServerHasInsufficientCaps() 68 68 { 69 69 const char *sRealRender; … … 178 178 } 179 179 180 if (crServerHas MinimalCaps())180 if (crServerHasInsufficientCaps()) 181 181 { 182 182 crDebug("Cfg: report minimal OpenGL capabilities"); … … 336 336 } 337 337 338 if (crServerHas MinimalCaps())338 if (crServerHasInsufficientCaps()) 339 339 { 340 340 crDebug("Cfg: report minimal OpenGL capabilities");
Note:
See TracChangeset
for help on using the changeset viewer.