Move URI list parsing to shared code

This will soon be used by the Wayland backend.

(cherry picked from commit ad4a9e42f0)
This commit is contained in:
Camilla Löwy
2022-03-24 20:17:32 +01:00
parent f145e1f930
commit ea1b6b9638
3 changed files with 55 additions and 52 deletions
+1
View File
@@ -775,6 +775,7 @@ void _glfwTerminateVulkan(void);
const char* _glfwGetVulkanResultString(VkResult result);
size_t _glfwEncodeUTF8(char* s, uint32_t codepoint);
char** _glfwParseUriList(char* text, int* count);
char* _glfw_strdup(const char* source);
int _glfw_min(int a, int b);