VirtualBox

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


Ignore:
Timestamp:
Jul 5, 2007 2:23:24 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22681
Message:

wrong name again

File:
1 edited

Legend:

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

    r3468 r3469  
    4646    for (int i=0;i<RT_ELEMENTS(OpenGLExtensions);i++)
    4747    {
    48         if (strstr((char *)pszExtensions, OpenGLExtensions[i].pszExtFunctionName))
     48        if (strstr((char *)pszExtensions, OpenGLExtensions[i].pszExtName))
    4949            OpenGLExtensions[i].fAvailable = vboxDrvIsExtensionAvailable((char *)OpenGLExtensions[i].pszExtFunctionName);
    5050    }
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