Extension string type cleanup.

This commit is contained in:
Camilla Berglund
2015-07-28 14:12:16 +02:00
parent 24e4e674a5
commit 1f95fac699
5 changed files with 17 additions and 21 deletions
+1 -1
View File
@@ -799,7 +799,7 @@ void _glfwSplitBPP(int bpp, int* red, int* green, int* blue);
* @return `GL_TRUE` if the extension was found, or `GL_FALSE` otherwise.
* @ingroup utility
*/
int _glfwStringInExtensionString(const char* string, const GLubyte* extensions);
int _glfwStringInExtensionString(const char* string, const char* extensions);
/*! @brief Chooses the framebuffer config that best matches the desired one.
* @param[in] desired The desired framebuffer config.