mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 00:59:48 +00:00
+1
-1
@@ -2127,7 +2127,7 @@ const char* _glfwPlatformGetClipboardString(_GLFWwindow* window)
|
||||
return _glfw.x11.clipboardString;
|
||||
}
|
||||
|
||||
char** _glfwPlatformGetRequiredInstanceExtensions(int* count)
|
||||
char** _glfwPlatformGetRequiredInstanceExtensions(unsigned int* count)
|
||||
{
|
||||
char** extensions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user