mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 00:49:48 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user